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