Skip to content

Commit

Permalink
use loader, less flags
Browse files Browse the repository at this point in the history
  • Loading branch information
valdrinkoshi committed Mar 30, 2017
1 parent 414d46c commit bfa48f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@

<script>
WCT.loadSuites([
'iron-overlay.html',
'iron-overlay-container.html',
'iron-overlay.html?wc-shadydom=true&wc-ce=true',
'iron-overlay.html?dom=shadow',
'iron-overlay-container.html?wc-shadydom=true&wc-ce=true',
'iron-overlay-container.html?dom=shadow',
'iron-overlay-container.html?wc-shadydom=true&wc-ce=true'
]);
</script>

Expand Down
2 changes: 1 addition & 1 deletion test/iron-overlay-container.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">

<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../webcomponentsjs/webcomponents-loader.js"></script>
<script src="../../web-component-tester/browser.js"></script>

<link rel="import" href="../../iron-test-helpers/iron-test-helpers.html">
Expand Down
2 changes: 1 addition & 1 deletion test/iron-overlay.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">

<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../webcomponentsjs/webcomponents-loader.js"></script>
<script src="../../web-component-tester/browser.js"></script>

<link rel="import" href="../../iron-test-helpers/iron-test-helpers.html">
Expand Down

0 comments on commit bfa48f4

Please sign in to comment.