mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-05-09 15:55:59 +00:00
Fix wct/browser.js load order, simplify travis config
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
<head>
|
||||
<title>_currentScript Test</title>
|
||||
<script>WCT = {waitFor: function(cb){cb()}};</script>
|
||||
<script src="../../../../web-component-tester/browser.js"></script>
|
||||
<script src="../../../src/HTMLImports/HTMLImports.js"></script>
|
||||
<script src="../../../../web-component-tester/browser.js"></script>
|
||||
<link rel="import" href="imports/script-1.html">
|
||||
<script src="imports/current-script.js"></script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user