Index: pkg/template_binding/test/template_binding_test.html |
diff --git a/tests/html/custom/created_callback_test.html b/pkg/template_binding/test/template_binding_test.html |
similarity index 88% |
copy from tests/html/custom/created_callback_test.html |
copy to pkg/template_binding/test/template_binding_test.html |
index e68ef23078f223831f56824c58d51925ca907396..4c302c18f857ad69dec5b2b6bc153458c32fe7ec 100644 |
--- a/tests/html/custom/created_callback_test.html |
+++ b/pkg/template_binding/test/template_binding_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> created_callback_test </title> |
+ <title> template_binding_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 created_callback_test </h1> |
+ <h1> Running template_binding_test </h1> |
<script type="text/javascript" |
src="/root_dart/tools/testing/dart/test_controller.js"></script> |
%TEST_SCRIPTS% |