mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
make sure webcomponents loader is before wct
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user