Skip to content

Commit

Permalink
Force usage of CE v1 polyfill to support Shady DOM. Support for Shady…
Browse files Browse the repository at this point in the history
… + native CE v1 is discussed in #62.
  • Loading branch information
Steven Orvell committed Aug 16, 2016
1 parent 1942d46 commit 1071390
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion test/unit/shady-content.html
Expand Up @@ -11,7 +11,8 @@
<html>
<head>
<meta charset="utf-8">
<script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../../webcomponentsjs/webcomponents-lite.js"
ce="v1" register="true"></script>
<script src="../../../web-component-tester/browser.js"></script>
<script>
ShadyDom = {force: true};
Expand Down
3 changes: 2 additions & 1 deletion test/unit/shady-dynamic.html
Expand Up @@ -11,7 +11,8 @@
<html>
<head>
<meta charset="utf-8">
<script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../../webcomponentsjs/webcomponents-lite.js"
ce="v1" register="true"></script>
<script src="../../../web-component-tester/browser.js"></script>
<script>
ShadyDom = {force: true};
Expand Down
3 changes: 2 additions & 1 deletion test/unit/shady-v1-content.html
Expand Up @@ -11,7 +11,8 @@
<html>
<head>
<meta charset="utf-8">
<script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../../webcomponentsjs/webcomponents-lite.js"
ce="v1" register="true"></script>
<script src="../../../web-component-tester/browser.js"></script>
<script>
ShadyDom = {force: true};
Expand Down
3 changes: 2 additions & 1 deletion test/unit/shady-v1-dynamic.html
Expand Up @@ -11,7 +11,8 @@
<html>
<head>
<meta charset="utf-8">
<script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../../webcomponentsjs/webcomponents-lite.js"
ce="v1" register="true"></script>
<script src="../../../web-component-tester/browser.js"></script>
<script>
ShadyDom = {force: true};
Expand Down
3 changes: 2 additions & 1 deletion test/unit/shady-v1.html
Expand Up @@ -11,7 +11,8 @@
<html>
<head>
<meta charset="utf-8">
<script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../../webcomponentsjs/webcomponents-lite.js"
ce="v1" register="true"></script>
<script src="../../../web-component-tester/browser.js"></script>
<script>
ShadyDom = {force: true};
Expand Down
3 changes: 2 additions & 1 deletion test/unit/shady.html
Expand Up @@ -11,7 +11,8 @@
<html>
<head>
<meta charset="utf-8">
<script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../../webcomponentsjs/webcomponents-lite.js"
ce="v1" register="true"></script>
<script src="../../../web-component-tester/browser.js"></script>
<script>
ShadyDom = {force: true};
Expand Down

0 comments on commit 1071390

Please sign in to comment.