make sure webcomponents loader is before wct

This commit is contained in:
Daniel Freedman
2017-02-07 14:31:15 -08:00
parent df80c19ae0
commit 43ea004326
4 changed files with 4 additions and 4 deletions

View File

@@ -12,8 +12,8 @@
<head>
<meta charset="UTF-8">
<title>Custom Element Upgrade Order</title>
<script src="../../web-component-tester/browser.js"></script>
<script src="../webcomponents-loader.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<link rel="import" href="imports/import-upgrade-order.html">
</head>
<body>

View File

@@ -12,8 +12,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<head>
<title></title>
<meta charset="UTF-8">
<script src="../../web-component-tester/browser.js"></script>
<script src="../webcomponents-lite.js?0.13513513" log="foo,boo" squid="never" spoo></script>
<script src="../../web-component-tester/browser.js"></script>
</head>
<body>
<script>

View File

@@ -12,8 +12,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<head>
<title></title>
<meta charset="UTF-8">
<script src="../../web-component-tester/browser.js"></script>
<script src="../webcomponents-lite.js" log="foo,boo" squid="never" spoo></script>
<script src="../../web-component-tester/browser.js"></script>
</head>
<body>
<script>

View File

@@ -12,7 +12,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<head>
<title></title>
<meta charset="UTF-8">
<script src="../../web-component-tester/browser.js"></script>
<script>
window.addEventListener('HTMLImportsLoaded', function() {
window.importsOk = true;
@@ -22,6 +21,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
});
</script>
<script src="../webcomponents-loader.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<link rel="import" href="imports/import-file.html">
</head>
<body>