| 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 8aeb8b168f7cb6f7337bd3b333b77880ceef0495..26a3f42b63f26276bcd9868e2e7c2f31745bcc68 100644
|
| --- a/pkg/polymer/test/build/all_phases_test.dart
|
| +++ b/pkg/polymer/test/build/all_phases_test.dart
|
| @@ -45,7 +45,7 @@ void main() {
|
| '<!DOCTYPE html><html><head>'
|
| '$WEB_COMPONENTS_TAG'
|
| '</head><body>'
|
| - '<script src="test.html_bootstrap.dart.js"></script>'
|
| + '<script src="test.html_bootstrap.dart.js" async=""></script>'
|
| '</body></html>',
|
|
|
| 'a|web/test.html_bootstrap.dart':
|
| @@ -85,7 +85,7 @@ void main() {
|
| '<!DOCTYPE html><html><head>'
|
| '$WEB_COMPONENTS_TAG'
|
| '</head><body>'
|
| - '<script src="test.html_bootstrap.dart.js"></script>'
|
| + '<script src="test.html_bootstrap.dart.js" async=""></script>'
|
| '</body></html>',
|
|
|
| 'a|web/test.html_bootstrap.dart':
|
| @@ -134,7 +134,7 @@ void main() {
|
| '$WEB_COMPONENTS_TAG\n\n'
|
| '</head><body>'
|
| '<div>\n</div>\n'
|
| - '<script src="test.html_bootstrap.dart.js"></script>'
|
| + '<script src="test.html_bootstrap.dart.js" async=""></script>'
|
| '</body></html>',
|
| 'a|web/test.html_bootstrap.dart':
|
| '''$MAIN_HEADER
|
| @@ -202,7 +202,7 @@ void main() {
|
| '<!DOCTYPE html><html><head>'
|
| '$WEB_COMPONENTS_TAG'
|
| '</head><body><polymer-element name="x-a">1</polymer-element>'
|
| - '<script src="index.html_bootstrap.dart.js"></script>'
|
| + '<script src="index.html_bootstrap.dart.js" async=""></script>'
|
| '</body></html>',
|
| 'a|web/index.html_bootstrap.dart':
|
| '''$MAIN_HEADER
|
| @@ -261,7 +261,7 @@ void main() {
|
| '<!DOCTYPE html><html><head>'
|
| '$WEB_COMPONENTS_TAG'
|
| '</head><body><polymer-element name="x-a">1</polymer-element>'
|
| - '<script src="index.html_bootstrap.dart.js"></script>'
|
| + '<script src="index.html_bootstrap.dart.js" async=""></script>'
|
| '</body></html>',
|
| 'a|web/index.html_bootstrap.dart':
|
| '''$MAIN_HEADER
|
|
|