| Index: pkg/polymer/test/publish_attributes_test.html
|
| diff --git a/pkg/polymer/test/publish_attributes_test.html b/pkg/polymer/test/publish_attributes_test.html
|
| index 9c0969de484ce7493ecf3cb68bf4ff1e92e78572..d513e656272fc31fa8970f762dd61b7e4c83d60a 100644
|
| --- a/pkg/polymer/test/publish_attributes_test.html
|
| +++ b/pkg/polymer/test/publish_attributes_test.html
|
| @@ -24,6 +24,8 @@ BSD-style license that can be found in the LICENSE file.
|
| <polymer-element name="x-squid" extends="x-zot" attributes="squid">
|
| </polymer-element>
|
|
|
| + <polymer-element name="x-qux" attributes="qux"></polymer-element>
|
| +
|
| <script type="application/dart" src="publish_attributes_test.dart"></script>
|
| </body>
|
| </html>
|
|
|