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

Unified Diff: pkg/template_binding/test/node_bind_test.html

Issue 355133002: switch Node.bind to interop (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: pkg/template_binding/test/node_bind_test.html
diff --git a/tests/html/custom/mirrors_test.html b/pkg/template_binding/test/node_bind_test.html
similarity index 90%
copy from tests/html/custom/mirrors_test.html
copy to pkg/template_binding/test/node_bind_test.html
index f28c4fad10595da8d18f8291585ab517b02ef84a..da39fb8a5b01d3a6a7b89e1cfcc8aad0f2fe4da1 100644
--- a/tests/html/custom/mirrors_test.html
+++ b/pkg/template_binding/test/node_bind_test.html
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="dart.unittest" content="full-stack-traces">
- <title> mirrors_test </title>
+ <title> node_bind_test </title>
<style>
.unittest-table { font-family:monospace; border:1px; }
.unittest-pass { background: #6b3;}
@@ -14,7 +14,7 @@
<script src="/packages/web_components/dart_support.js"></script>
</head>
<body>
- <h1> Running mirrors_test </h1>
+ <h1> Running node_bind_test </h1>
<script type="text/javascript"
src="/root_dart/tools/testing/dart/test_controller.js"></script>
%TEST_SCRIPTS%
« no previous file with comments | « pkg/template_binding/test/custom_element_bindings_test.dart ('k') | pkg/template_binding/test/template_binding_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698