| Index: pkg/polymer/test/property_observe_test.html
|
| diff --git a/pkg/polymer/test/property_observe_test.html b/pkg/polymer/test/property_observe_test.html
|
| index 0c6bbc89200e41c451c45bd83eb4d6a48b289bb4..35ba7ff389f674716fba7118824f0aa75e011475 100644
|
| --- a/pkg/polymer/test/property_observe_test.html
|
| +++ b/pkg/polymer/test/property_observe_test.html
|
| @@ -8,6 +8,8 @@ BSD-style license that can be found in the LICENSE file.
|
| <!--polymer-test: this comment is needed for test_suite.dart-->
|
| <head>
|
| <title>property.observe changes</title>
|
| + <script src="packages/web_components/platform.js"></script>
|
| + <script src="packages/web_components/dart_support.js"></script>
|
| <link rel="import" href="packages/polymer/polymer.html">
|
| <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
| </head>
|
|
|