mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-05-10 15:56:07 +00:00
Fix wct/browser.js load order, simplify travis config
This commit is contained in:
@@ -8,9 +8,8 @@
|
||||
Code distributed by Google as part of the polymer project is also
|
||||
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
||||
-->
|
||||
<script src="../../../../web-component-tester/browser.js"></script>
|
||||
|
||||
<script src="../../../src/ShadowDOM/ShadowDOM.js"></script>
|
||||
<script src="../../../../web-component-tester/browser.js"></script>
|
||||
<a></a><script>
|
||||
var assert = chai.assert;
|
||||
var wrap = ShadowDOMPolyfill.wrap;
|
||||
|
||||
Reference in New Issue
Block a user