| Index: pkg/polymer/test/publish_inherited_properties_test.html
|
| diff --git a/pkg/polymer/test/publish_inherited_properties_test.html b/pkg/polymer/test/publish_inherited_properties_test.html
|
| index 4a57fb7ffa1cf9f3777e10bdb5d627ae13a2701f..8fafba711816eba1efd84c5acdd7b77aeff4750c 100644
|
| --- a/pkg/polymer/test/publish_inherited_properties_test.html
|
| +++ b/pkg/polymer/test/publish_inherited_properties_test.html
|
| @@ -12,12 +12,15 @@ BSD-style license that can be found in the LICENSE file.
|
| </head>
|
| <body>
|
|
|
| - <polymer-element name="x-zot">
|
| + <polymer-element name="x-zot" attributes="m">
|
| </polymer-element>
|
|
|
| <polymer-element name="x-squid" extends="x-zot" attributes="squid">
|
| </polymer-element>
|
|
|
| + <polymer-element name="x-noscript" extends="x-zot" noscript>
|
| + </polymer-element>
|
| +
|
| <script type="application/dart" src="publish_inherited_properties_test.dart"></script>
|
| </body>
|
| </html>
|
|
|