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