| 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 024c11e8e68c8e6dacc2a298e6ea7fd9cb28b286..e2e6da0cced3ae92cc20bf961bf96a000fcbee78 100644
|
| --- a/pkg/polymer/test/publish_inherited_properties_test.html
|
| +++ b/pkg/polymer/test/publish_inherited_properties_test.html
|
| @@ -27,6 +27,6 @@ BSD-style license that can be found in the LICENSE file.
|
| <polymer-element name="x-noscript" extends="x-zot">
|
| </polymer-element>
|
|
|
| - <script type="application/dart" src="publish_inherited_properties_test.dart"></script>
|
| + <script type="component/dart" src="publish_inherited_properties_test.dart"></script>
|
| </body>
|
| </html>
|
|
|