OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <-- |
| 3 // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file |
| 4 // for details. All rights reserved. Use of this source code is governed by a |
| 5 // BSD-style license that can be found in the LICENSE file. |
| 6 --> |
2 <html> | 7 <html> |
3 <head> | 8 <head> |
4 <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 9 <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
5 <meta name="dart.unittest" content="full-stack-traces"> | 10 <meta name="dart.unittest" content="full-stack-traces"> |
6 <title> attribute_changed_callback_test </title> | 11 <title> js_type_test </title> |
7 <style> | 12 <style> |
8 .unittest-table { font-family:monospace; border:1px; } | 13 .unittest-table { font-family:monospace; border:1px; } |
9 .unittest-pass { background: #6b3;} | 14 .unittest-pass { background: #6b3;} |
10 .unittest-fail { background: #d55;} | 15 .unittest-fail { background: #d55;} |
11 .unittest-error { background: #a11;} | 16 .unittest-error { background: #a11;} |
12 </style> | 17 </style> |
13 <script src="/packages/web_components/webcomponents.js"></script> | |
14 <script src="/packages/web_components/dart_support.js"></script> | |
15 </head> | 18 </head> |
16 <body> | 19 <body> |
17 <h1> Running attribute_changed_callback_test </h1> | 20 <h1> Running js_type_test </h1> |
| 21 <script type="text/javascript" |
| 22 src="/root_dart/tests/html/js_type_test_js.js"></script> |
18 <script type="text/javascript" | 23 <script type="text/javascript" |
19 src="/root_dart/tools/testing/dart/test_controller.js"></script> | 24 src="/root_dart/tools/testing/dart/test_controller.js"></script> |
20 %TEST_SCRIPTS% | 25 %TEST_SCRIPTS% |
21 </body> | 26 </body> |
22 </html> | 27 </html> |
OLD | NEW |