Skip to content

Commit

Permalink
Fix test under polypill.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Jan 23, 2016
1 parent 101eb3d commit 25da63d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/unit/polymer-dom-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@

<dom-module id="x-dist-star">
<template><content select="*"></content></template>
<script>Polymer({is: 'x-dist-star'});</script>
<script>
HTMLImports.whenReady(function() {
Polymer({is: 'x-dist-star'});
});
</script>
</dom-module>

<dom-module id="x-dist-inside-deep-tree">
Expand Down

0 comments on commit 25da63d

Please sign in to comment.