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

Unified Diff: tests/html/js_interop_constructor_name_test.html

Issue 2332953002: Cache constructors of UnknownJavaScriptObject objects in side-map (Closed)
Patch Set: rebased Created 4 years, 3 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_interop_constructor_name_test.dart ('k') | tests/html/js_interop_constructor_name_test_js.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/js_interop_constructor_name_test.html
diff --git a/pkg/dev_compiler/test/codegen/lib/html/custom/constructor_calls_created_synchronously_test.html b/tests/html/js_interop_constructor_name_test.html
similarity index 69%
copy from pkg/dev_compiler/test/codegen/lib/html/custom/constructor_calls_created_synchronously_test.html
copy to tests/html/js_interop_constructor_name_test.html
index c18be7d326d727446e19e12130702bdbbd83e10a..4b21d8bcab1fddf8ae0f2fde63208a2071fb2ff6 100644
--- a/pkg/dev_compiler/test/codegen/lib/html/custom/constructor_calls_created_synchronously_test.html
+++ b/tests/html/js_interop_constructor_name_test.html
@@ -3,18 +3,18 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="dart.unittest" content="full-stack-traces">
- <title> entered_left_view_test </title>
+ <title> js_interop_constructor_name_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 entered_left_view_test </h1>
+ <h1> Running js_interop_constructor_name_test </h1>
+ <script type="text/javascript"
+ src="/root_dart/tests/html/js_interop_constructor_name_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_interop_constructor_name_test.dart ('k') | tests/html/js_interop_constructor_name_test_js.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698