| Index: pkg/polymer/test/instance_attrs_test.html
|
| diff --git a/pkg/polymer/test/instance_attrs_test.html b/pkg/polymer/test/instance_attrs_test.html
|
| index b8f3b23d418d68b7a6474cb95e86279753a534c1..38e42d408bdb326067c64417cb4cb7dc0c491ec4 100644
|
| --- a/pkg/polymer/test/instance_attrs_test.html
|
| +++ b/pkg/polymer/test/instance_attrs_test.html
|
| @@ -5,6 +5,7 @@ for details. All rights reserved. Use of this source code is governed by a
|
| BSD-style license that can be found in the LICENSE file.
|
| -->
|
| <html>
|
| + <!--polymer-test: this comment is needed for test_suite.dart-->
|
| <head>
|
| <title>Polymer.dart attribute deserialization test</title>
|
| <script src="packages/unittest/test_controller.js"></script>
|
| @@ -21,6 +22,5 @@ BSD-style license that can be found in the LICENSE file.
|
| <my-element baz="world"></my-element>
|
|
|
| <script type="application/dart" src="instance_attrs_test.dart"></script>
|
| - <script type="application/dart" src="packages/polymer/init.dart"></script>
|
| </body>
|
| </html>
|
|
|