| Index: pkg/polymer/test/attr_deserialize_test.html
|
| diff --git a/pkg/polymer/test/attr_deserialize_test.html b/pkg/polymer/test/attr_deserialize_test.html
|
| index 48c210249955f560780eb94a72826b5a83b40312..c6592afe6ed75d261cdeacc88865de26adb49c47 100644
|
| --- a/pkg/polymer/test/attr_deserialize_test.html
|
| +++ b/pkg/polymer/test/attr_deserialize_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>
|
| @@ -24,6 +25,5 @@ BSD-style license that can be found in the LICENSE file.
|
| </my-element>
|
|
|
| <script type="application/dart" src="attr_deserialize_test.dart"></script>
|
| - <script type="application/dart" src="packages/polymer/init.dart"></script>
|
| </body>
|
| </html>
|
|
|