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

Unified Diff: packages/web_components/test/interop_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/test/interop_test.html
diff --git a/packages/web_components/test/interop_test.html b/packages/web_components/test/interop_test.html
index 9b3e5fa53f214dcbfcec1bca6e286a98c06bf2df..019beab717a0ade7fa16e6d71f456cf0cb3048b0 100644
--- a/packages/web_components/test/interop_test.html
+++ b/packages/web_components/test/interop_test.html
@@ -10,9 +10,9 @@
.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>
- <script src="/packages/web_components/interop_support.js"></script>
+ <script src="packages/web_components/webcomponents-lite.js"></script>
+ <script src="packages/web_components/interop_support.js"></script>
+ <script src="packages/web_components/dart_support.js"></script>
</head>
<body>
<h1> Running interop_test </h1>
@@ -76,9 +76,8 @@
<div is="x-b" id="i2"></div>
<x-c id="i3"></x-c>
<x-d id="i4"></x-d>
- <script type="text/javascript"
- src="/root_dart/tools/testing/dart/test_controller.js"></script>
- <script type="application/dart" src="interop_test.dart"></script>
- <script type="text/javascript" src="/packages/browser/dart.js"></script>
-</body>
+ <link rel="x-dart-test" href="interop_test.dart">
+ <script src="packages/test/dart.js"></script>
+ <!-- <script type="application/dart" src="interop_test.dart"></script>
+ <script src="packages/browser/dart.js"></script> -->
</html>
« no previous file with comments | « packages/web_components/test/interop_test.dart ('k') | packages/web_components/test/location_wrapper_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698