Index: tests/html/js_type_test.html |
diff --git a/tests/html/custom/attribute_changed_callback_test.html b/tests/html/js_type_test.html |
similarity index 56% |
copy from tests/html/custom/attribute_changed_callback_test.html |
copy to tests/html/js_type_test.html |
index 8237473e0f173de7e76dfb2e2ca7eeb2e96f3965..69628ed1f8dfc86e985de7a18620d5b086250382 100644 |
--- a/tests/html/custom/attribute_changed_callback_test.html |
+++ b/tests/html/js_type_test.html |
@@ -1,20 +1,25 @@ |
<!DOCTYPE html> |
+<-- |
+// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file |
+// for details. All rights reserved. Use of this source code is governed by a |
+// BSD-style license that can be found in the LICENSE file. |
+--> |
<html> |
<head> |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
<meta name="dart.unittest" content="full-stack-traces"> |
- <title> attribute_changed_callback_test </title> |
+ <title> js_type_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/web_components/webcomponents.js"></script> |
- <script src="/packages/web_components/dart_support.js"></script> |
</head> |
<body> |
- <h1> Running attribute_changed_callback_test </h1> |
+ <h1> Running js_type_test </h1> |
+ <script type="text/javascript" |
+ src="/root_dart/tests/html/js_type_test_js.js"></script> |
<script type="text/javascript" |
src="/root_dart/tools/testing/dart/test_controller.js"></script> |
%TEST_SCRIPTS% |