Skip to content

Commit

Permalink
Merge pull request #85 from PolymerElements/auto-cleanup
Browse files Browse the repository at this point in the history
Automatic cleanup!
  • Loading branch information
notwaldorf committed Feb 5, 2016
2 parents 1e6a7ee + 685c447 commit 2cc6b68
Showing 1 changed file with 14 additions and 11 deletions.
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 @@ -29,10 +24,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>

0 comments on commit 2cc6b68

Please sign in to comment.