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

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

Issue 2133563002: Type test tests for js interop (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Avoid script injection Created 4 years, 5 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_type_test.dart ('k') | tests/html/js_type_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 <--
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>
OLDNEW
« no previous file with comments | « tests/html/js_type_test.dart ('k') | tests/html/js_type_test_js.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698