Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Add shadow dom test configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
tedium-bot committed Nov 19, 2015
1 parent f3e2444 commit 59ee2e1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<!doctype html>
<html>
<head>
--><!DOCTYPE html><html><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>Tests</title>
Expand All @@ -23,7 +20,9 @@
// Load and run all tests (.html, .js) as one suite:
WCT.loadSuites([
'basic-test.html',
'basic-test.html?dom=shadow'
]);
</script>
</body>
</html>


</body></html>

0 comments on commit 59ee2e1

Please sign in to comment.