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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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%
« 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