| Index: pkg/polymer/test/build/all_phases_test.dart
|
| diff --git a/pkg/polymer/test/build/all_phases_test.dart b/pkg/polymer/test/build/all_phases_test.dart
|
| index 9e6a9b754c67dc4b9cd2fc20c0b1d0b8850531d3..51955757ca04b8c9aafff9399c264102f1a4afee 100644
|
| --- a/pkg/polymer/test/build/all_phases_test.dart
|
| +++ b/pkg/polymer/test/build/all_phases_test.dart
|
| @@ -36,6 +36,7 @@ void main() {
|
| 'a|web/test.html':
|
| '<!DOCTYPE html><html><head></head><body>'
|
| '$SHADOW_DOM_TAG'
|
| + '$CUSTOM_ELEMENT_TAG'
|
| '$INTEROP_TAG'
|
| '<script type="application/dart" '
|
| 'src="test.html_bootstrap.dart"></script>'
|
| @@ -68,6 +69,7 @@ void main() {
|
| 'a|web/test.html':
|
| '<!DOCTYPE html><html><head></head><body>'
|
| '$SHADOW_DOM_TAG'
|
| + '$CUSTOM_ELEMENT_TAG'
|
| '$INTEROP_TAG'
|
| '<script type="application/dart" '
|
| 'src="test.html_bootstrap.dart"></script>'
|
| @@ -107,6 +109,7 @@ void main() {
|
| 'a|web/test.html':
|
| '<!DOCTYPE html><html><head></head><body>'
|
| '$SHADOW_DOM_TAG'
|
| + '$CUSTOM_ELEMENT_TAG'
|
| '$INTEROP_TAG'
|
| '<div></div>'
|
| '<script type="application/dart" '
|
| @@ -158,6 +161,7 @@ void main() {
|
| 'a|web/index.html':
|
| '<!DOCTYPE html><html><head></head><body>'
|
| '$SHADOW_DOM_TAG'
|
| + '$CUSTOM_ELEMENT_TAG'
|
| '$INTEROP_TAG'
|
| '<polymer-element>1</polymer-element>'
|
| '<script type="application/dart" '
|
|
|