| Index: pkg/web_components/test/location_wrapper_test.html
|
| diff --git a/tests/html/custom/js_custom_test.html b/pkg/web_components/test/location_wrapper_test.html
|
| similarity index 79%
|
| copy from tests/html/custom/js_custom_test.html
|
| copy to pkg/web_components/test/location_wrapper_test.html
|
| index 92a36d1466d4773fd45ea89bef1ca1a707d74bf7..b5f20b618f0869351f7cb839c48dd6fda125c903 100644
|
| --- a/tests/html/custom/js_custom_test.html
|
| +++ b/pkg/web_components/test/location_wrapper_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> js_custom_test </title>
|
| + <title> location_wrappers_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/platform.concat.js"></script>
|
| + <script src="/packages/web_components/platform.js"></script>
|
| <script src="/packages/web_components/dart_support.js"></script>
|
| </head>
|
| <body>
|
| - <h1> Running js_custom_test </h1>
|
| + <h1> Running template_wrappers_test </h1>
|
| <script type="text/javascript"
|
| src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
| %TEST_SCRIPTS%
|
|
|