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

Automatic cleanup! #85

Merged
merged 1 commit into from
Feb 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions test/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
<!doctype html>
<!--
<!DOCTYPE html><!--
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
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
-->

<html>
<head>
--><html><head>

<meta charset="utf-8">
<title>Tests</title>
Expand All @@ -19,7 +15,6 @@
<body>

<script>

WCT.loadSuites([
'activate-event.html',
'basic.html',
Expand All @@ -28,10 +23,18 @@
'selected-attribute.html',
'template-repeat.html',
'content.html',
'excluded-local-names.html'
'excluded-local-names.html',
'activate-event.html?dom=shadow',
'basic.html?dom=shadow',
'multi.html?dom=shadow',
'next-previous.html?dom=shadow',
'selected-attribute.html?dom=shadow',
'template-repeat.html?dom=shadow',
'content.html?dom=shadow',
'excluded-local-names.html?dom=shadow'
]);

</script>

</body>
</html>


</body></html>