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