| 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
|
| deleted file mode 100644
|
| index 0c6bbc89200e41c451c45bd83eb4d6a48b289bb4..0000000000000000000000000000000000000000
|
| --- a/pkg/polymer/test/property_observe_test.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<!doctype html>
|
| -<!--
|
| -Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| -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>property.observe changes</title>
|
| - <link rel="import" href="packages/polymer/polymer.html">
|
| - <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
| - </head>
|
| - <body>
|
| - <x-test id="test"></x-test>
|
| - <x-test2 id="test"></x-test2>
|
| -
|
| - <polymer-element name="x-test"><template></template></polymer-element>
|
| - <polymer-element name="x-test2" extends="x-test">
|
| - <template></template>
|
| - </polymer-element>
|
| - <script type="application/dart" src="property_observe_test.dart"></script>
|
| - </body>
|
| -</html>
|
|
|