Skip to content

Commit

Permalink
Remove dom=shadow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keanulee committed Jul 16, 2018
1 parent 36897e7 commit 2250c80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/index.html
Expand Up @@ -20,10 +20,7 @@
<body>

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

</body>
Expand Down

0 comments on commit 2250c80

Please sign in to comment.