Fix wct/browser.js load order, simplify travis config

This commit is contained in:
Daniel Freedman
2015-10-23 14:28:57 -07:00
parent 610b11a6ae
commit ef97843756
33 changed files with 36 additions and 42 deletions

View File

@@ -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;