Fix test under polypill.

This commit is contained in:
Steven Orvell 2016-01-22 16:26:08 -08:00
parent 101eb3dbd5
commit 25da63d132

View File

@ -42,7 +42,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<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">