| 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>'
|
|
|