| Index: tests/html/js_interop_constructor_name_test.html
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/custom/constructor_calls_created_synchronously_test.html b/tests/html/js_interop_constructor_name_test.html
|
| similarity index 69%
|
| copy from pkg/dev_compiler/test/codegen/lib/html/custom/constructor_calls_created_synchronously_test.html
|
| copy to tests/html/js_interop_constructor_name_test.html
|
| index c18be7d326d727446e19e12130702bdbbd83e10a..4b21d8bcab1fddf8ae0f2fde63208a2071fb2ff6 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/custom/constructor_calls_created_synchronously_test.html
|
| +++ b/tests/html/js_interop_constructor_name_test.html
|
| @@ -3,18 +3,18 @@
|
| <head>
|
| <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
| <meta name="dart.unittest" content="full-stack-traces">
|
| - <title> entered_left_view_test </title>
|
| + <title> js_interop_constructor_name_test </title>
|
| <style>
|
| .unittest-table { font-family:monospace; border:1px; }
|
| .unittest-pass { background: #6b3;}
|
| .unittest-fail { background: #d55;}
|
| .unittest-error { background: #a11;}
|
| </style>
|
| - <script src="/packages/web_components/webcomponents.js"></script>
|
| - <script src="/packages/web_components/dart_support.js"></script>
|
| </head>
|
| <body>
|
| - <h1> Running entered_left_view_test </h1>
|
| + <h1> Running js_interop_constructor_name_test </h1>
|
| + <script type="text/javascript"
|
| + src="/root_dart/tests/html/js_interop_constructor_name_test_js.js"></script>
|
| <script type="text/javascript"
|
| src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
| %TEST_SCRIPTS%
|
|
|