Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: tests/html/js_dispatch_property_test.html

Issue 2360093002: Add test for initialization of the native interceptor dispatch property. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/html/js_dispatch_property_test.dart ('k') | tests/html/js_dispatch_property_test_js.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>
OLDNEW
« no previous file with comments | « tests/html/js_dispatch_property_test.dart ('k') | tests/html/js_dispatch_property_test_js.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698