| Index: pkg/polymer/test/import_test.html
|
| diff --git a/pkg/polymer/test/import_test.html b/pkg/polymer/test/import_test.html
|
| deleted file mode 100644
|
| index 2cb1af4ab4cd0a30a406c1aef8675fbedc3346db..0000000000000000000000000000000000000000
|
| --- a/pkg/polymer/test/import_test.html
|
| +++ /dev/null
|
| @@ -1,26 +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>Polymer.import test</title>
|
| - <link rel="import" href="packages/polymer/polymer.html">
|
| - <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
| - </head>
|
| - <body>
|
| - <x-foo></x-foo>
|
| - <hr>
|
| -
|
| - <x-bar></x-bar>
|
| -
|
| - <template id="myTemplate">
|
| - <link rel="import" href="element_import/import_b.html">
|
| - </template>
|
| -
|
| - <script type="application/dart" src="import_test.dart"></script>
|
| - </body>
|
| -</html>
|
|
|