| Index: packages/web_components/test/html_import_annotation_test.html
|
| diff --git a/packages/web_components/test/html_import_annotation_test.html b/packages/web_components/test/html_import_annotation_test.html
|
| index a3455c5220d040cb18f37f608362a8ebd0c43226..8af53947344eefa9b8cc6dbb9264d6c6f0244e8f 100644
|
| --- a/packages/web_components/test/html_import_annotation_test.html
|
| +++ b/packages/web_components/test/html_import_annotation_test.html
|
| @@ -17,9 +17,7 @@
|
| <body>
|
| <h1> Running html_import_annotation test </h1>
|
|
|
| - <script type="text/javascript"
|
| - src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
| - <script type="application/dart" src="html_import_annotation_test.dart"></script>
|
| - <script type="text/javascript" src="/packages/browser/dart.js"></script>
|
| + <link rel="x-dart-test" href="html_import_annotation_test.dart">
|
| + <script src="packages/test/dart.js"></script>
|
| </body>
|
| </html>
|
|
|