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

Unified Diff: packages/web_components/e2e_test/html_imports/test/basic_test.html

Issue 2312183003: Removed Polymer from Observatory deps (Closed)
Patch Set: 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
Index: packages/web_components/e2e_test/html_imports/test/basic_test.html
diff --git a/packages/web_components/e2e_test/html_imports/test/basic_test.html b/packages/web_components/e2e_test/html_imports/test/basic_test.html
index e899e5d8d1cfdc4599b37adfa9ce7431feb909b6..c1d95f6a2ba85820faf90c924ef1ccac21709edc 100644
--- a/packages/web_components/e2e_test/html_imports/test/basic_test.html
+++ b/packages/web_components/e2e_test/html_imports/test/basic_test.html
@@ -4,9 +4,7 @@
<meta name="dart.unittest" content="full-stack-traces">
</head>
<body>
- <script type="text/javascript"
- src="/root_dart/tools/testing/dart/test_controller.js"></script>
- <script type="application/dart" src="basic_test.dart"></script>
- <script src="packages/browser/dart.js"></script>
+ <link rel="x-dart-test" href="basic_test.dart">
+ <script src="packages/test/dart.js"></script>
</body>
</html>
« no previous file with comments | « packages/web_components/e2e_test/html_imports/test/basic_test.dart ('k') | packages/web_components/lib/CustomElements.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698