Skip to content

Commit

Permalink
revert element-script test: currently passes under polyfill and not n…
Browse files Browse the repository at this point in the history
…ative custom elements
  • Loading branch information
sorvell committed Aug 1, 2013
1 parent 44b30e1 commit 0f96e27
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/html/element-script.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,13 @@
<template>
Hello Light World
</template>
<script>
Polymer('x-foo');
</script>
</polymer-element>

<!-- external script with super() -->
<polymer-element name="x-bar" extends="x-foo">
<template>
Hello Lighter World [<shadow></shadow>]
</template>
<script>
Polymer('x-bar');
</script>
</polymer-element>

<!-- no script -->
Expand Down Expand Up @@ -80,9 +74,6 @@
});
</script>
<polymer-element name="x-qux" extends="x-zot">
<script>
Polymer('x-qux');
</script>
</polymer-element>

<!-- inline external script -->
Expand Down

0 comments on commit 0f96e27

Please sign in to comment.