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

Unified Diff: pkg/polymer/test/build/polyfill_injector_test.dart

Issue 225043004: Replace bootstrap logic with 'boot.js', use 'component/dart' mime-type and add (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/polymer/test/build/polyfill_injector_test.dart
diff --git a/pkg/polymer/test/build/polyfill_injector_test.dart b/pkg/polymer/test/build/polyfill_injector_test.dart
index 7e0f95e1085b387835778161a25e214e05f7266a..4b5dbf6be04c9031754091b4c4be0ef7912ccfc7 100644
--- a/pkg/polymer/test/build/polyfill_injector_test.dart
+++ b/pkg/polymer/test/build/polyfill_injector_test.dart
@@ -51,7 +51,7 @@ void runTests({bool js: true, bool csp: false}) {
}, {
'a|web/test.html':
'<!DOCTYPE html><html><head>'
- '$WEB_COMPONENTS_TAG$INTEROP_TAG'
+ '$WEB_COMPONENTS_TAG'
'</head><body>'
'<script ${type}src="a.dart$ext"></script>'
'$dartJsTag'
@@ -62,7 +62,6 @@ void runTests({bool js: true, bool csp: false}) {
'a|web/test.html':
'<!DOCTYPE html><html><head>'
'$WEB_COMPONENTS_TAG'
- '$INTEROP_TAG'
'</head><body>'
'<script type="application/dart" src="a.dart"></script>'
'$dartJsTag'
@@ -70,7 +69,6 @@ void runTests({bool js: true, bool csp: false}) {
'a|web/test.html':
'<!DOCTYPE html><html><head>'
'$WEB_COMPONENTS_TAG'
- '$INTEROP_TAG'
'</head><body>'
'<script ${type}src="a.dart$ext"></script>'
'$dartJsTag'

Powered by Google App Engine
This is Rietveld 408576698