Index: tests/html/custom_elements_23127_test.html |
diff --git a/tests/html/custom/js_custom_test.html b/tests/html/custom_elements_23127_test.html |
similarity index 87% |
copy from tests/html/custom/js_custom_test.html |
copy to tests/html/custom_elements_23127_test.html |
index 18e254c3eb3b1ac036614438fbef3a99ed4778c7..b0b68b5ef24a20fd089eaa2c80cb0b7ff681931e 100644 |
--- a/tests/html/custom/js_custom_test.html |
+++ b/tests/html/custom_elements_23127_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> js_custom_test </title> |
+ <title> custom_elements_23127_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 js_custom_test </h1> |
+ <h1> Running custom_elements_23127_test </h1> |
<script type="text/javascript" |
src="/root_dart/tools/testing/dart/test_controller.js"></script> |
%TEST_SCRIPTS% |