Index: tests/html/custom/attribute_changed_callback_test.html |
diff --git a/tests/html/custom/entered_left_view_test.html b/tests/html/custom/attribute_changed_callback_test.html |
similarity index 70% |
copy from tests/html/custom/entered_left_view_test.html |
copy to tests/html/custom/attribute_changed_callback_test.html |
index 7c1059c10b27ec0af6bb7983110e8de8411940f2..83697ec4432a0643261c4d74b0c6452537660af3 100644 |
--- a/tests/html/custom/entered_left_view_test.html |
+++ b/tests/html/custom/attribute_changed_callback_test.html |
@@ -3,17 +3,18 @@ |
<head> |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
<meta name="dart.unittest" content="full-stack-traces"> |
- <title> entered_left_view_test </title> |
+ <title> attribute_changed_callback_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/shadow_dom/shadow_dom.debug.js"></script> |
+ <script src="/packages/web_components/platform.concat.js"></script> |
+ <script src="/packages/web_components/dart_support.js"></script> |
</head> |
<body> |
- <h1> Running entered_left_view_test </h1> |
+ <h1> Running attribute_changed_callback_test </h1> |
<script type="text/javascript" |
src="/packages/unittest/test_controller.js"></script> |
<script type="text/javascript" |