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

Unified Diff: test/html_import_annotation_test.html

Issue 882823003: Adds @HtmlImport with both dynamic and transformer based implementations. Still need an HtmlInliner… (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: assign logger Created 5 years, 11 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: test/html_import_annotation_test.html
diff --git a/test/location_wrapper_test.html b/test/html_import_annotation_test.html
similarity index 73%
copy from test/location_wrapper_test.html
copy to test/html_import_annotation_test.html
index 21d59fdf6ea6b4273c6900c2aa737d78f358dfee..a3455c5220d040cb18f37f608362a8ebd0c43226 100644
--- a/test/location_wrapper_test.html
+++ b/test/html_import_annotation_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> location_wrappers_test </title>
+ <title> custom_element_proxy test </title>
<style>
.unittest-table { font-family:monospace; border:1px; }
.unittest-pass { background: #6b3;}
@@ -11,13 +11,15 @@
.unittest-error { background: #a11;}
</style>
<script src="/packages/web_components/webcomponents.js"></script>
+ <script src="/packages/web_components/interop_support.js"></script>
<script src="/packages/web_components/dart_support.js"></script>
</head>
<body>
- <h1> Running template_wrappers_test </h1>
+ <h1> Running html_import_annotation test </h1>
+
<script type="text/javascript"
src="/root_dart/tools/testing/dart/test_controller.js"></script>
- <script type="application/dart" src="location_wrapper_test.dart"></script>
+ <script type="application/dart" src="html_import_annotation_test.dart"></script>
<script type="text/javascript" src="/packages/browser/dart.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698