| Index: runtime/observatory/tests/observatory_ui/view_footer/element_test.html
|
| diff --git a/tests/html/custom/mirrors_test.html b/runtime/observatory/tests/observatory_ui/view_footer/element_test.html
|
| similarity index 90%
|
| copy from tests/html/custom/mirrors_test.html
|
| copy to runtime/observatory/tests/observatory_ui/view_footer/element_test.html
|
| index 76079b350395e8522338f98d7049d3753468249e..f0e956daa164eedf4a3f0f59858ea5c5e35289a5 100644
|
| --- a/tests/html/custom/mirrors_test.html
|
| +++ b/runtime/observatory/tests/observatory_ui/view_footer/element_test.html
|
| @@ -3,7 +3,6 @@
|
| <head>
|
| <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
| <meta name="dart.unittest" content="full-stack-traces">
|
| - <title> mirrors_test </title>
|
| <style>
|
| .unittest-table { font-family:monospace; border:1px; }
|
| .unittest-pass { background: #6b3;}
|
| @@ -14,7 +13,6 @@
|
| <script src="/packages/web_components/dart_support.js"></script>
|
| </head>
|
| <body>
|
| - <h1> Running mirrors_test </h1>
|
| <script type="text/javascript"
|
| src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
| %TEST_SCRIPTS%
|
|
|