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

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

Issue 158083002: introduce web_components pkg for consolidated polyfills (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 8a28739ec0a03d9c9fabcde1622d4e99ffd5c177..7e0f95e1085b387835778161a25e214e05f7266a 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>'
- '$SHADOW_DOM_TAG$CUSTOM_ELEMENT_TAG$INTEROP_TAG'
+ '$WEB_COMPONENTS_TAG$INTEROP_TAG'
'</head><body>'
'<script ${type}src="a.dart$ext"></script>'
'$dartJsTag'
@@ -61,8 +61,7 @@ void runTests({bool js: true, bool csp: false}) {
testPhases('interop/shadow dom already present', phases, {
'a|web/test.html':
'<!DOCTYPE html><html><head>'
- '$SHADOW_DOM_TAG'
- '$CUSTOM_ELEMENT_TAG'
+ '$WEB_COMPONENTS_TAG'
'$INTEROP_TAG'
'</head><body>'
'<script type="application/dart" src="a.dart"></script>'
@@ -70,8 +69,7 @@ void runTests({bool js: true, bool csp: false}) {
}, {
'a|web/test.html':
'<!DOCTYPE html><html><head>'
- '$SHADOW_DOM_TAG'
- '$CUSTOM_ELEMENT_TAG'
+ '$WEB_COMPONENTS_TAG'
'$INTEROP_TAG'
'</head><body>'
'<script ${type}src="a.dart$ext"></script>'

Powered by Google App Engine
This is Rietveld 408576698