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

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

Issue 330683003: Use dart.js in release mode to workaround dartbug.com/19653 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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
« no previous file with comments | « pkg/polymer/pubspec.yaml ('k') | pkg/polymer/test/build/polyfill_injector_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « pkg/polymer/pubspec.yaml ('k') | pkg/polymer/test/build/polyfill_injector_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698