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

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

Issue 29823005: fixes to polymer, gets tests back to a stable state (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/test/attr_mustache_test.dart ('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 5e53502c37c95f8807fd67df0d03597e9c002ebe..5bcb5359838db47c1bb4c31578e9b94c880d2094 100644
--- a/pkg/polymer/test/build/all_phases_test.dart
+++ b/pkg/polymer/test/build/all_phases_test.dart
@@ -40,9 +40,7 @@ void main() {
'$SHADOW_DOM_TAG'
'$CUSTOM_ELEMENT_TAG'
'$INTEROP_TAG'
- '<script type="application/dart" '
- 'src="test.html_bootstrap.dart"></script>'
- '<script src="packages/browser/dart.js"></script>'
+ '<script src="test.html_bootstrap.dart.js"></script>'
'</body></html>',
'a|web/test.html_bootstrap.dart':
@@ -69,9 +67,7 @@ void main() {
'$SHADOW_DOM_TAG'
'$CUSTOM_ELEMENT_TAG'
'$INTEROP_TAG'
- '<script type="application/dart" '
- 'src="test.html_bootstrap.dart"></script>'
- '<script src="packages/browser/dart.js"></script>'
+ '<script src="test.html_bootstrap.dart.js"></script>'
'</body></html>',
'a|web/test.html_bootstrap.dart':
@@ -106,9 +102,7 @@ void main() {
'$CUSTOM_ELEMENT_TAG'
'$INTEROP_TAG'
'<div></div>'
- '<script type="application/dart" '
- 'src="test.html_bootstrap.dart"></script>'
- '<script src="packages/browser/dart.js"></script>'
+ '<script src="test.html_bootstrap.dart.js"></script>'
'</body></html>',
'a|web/test.html_bootstrap.dart':
@@ -154,9 +148,7 @@ void main() {
'$CUSTOM_ELEMENT_TAG'
'$INTEROP_TAG'
'<polymer-element>1</polymer-element>'
- '<script type="application/dart" '
- 'src="index.html_bootstrap.dart"></script>'
- '<script src="packages/browser/dart.js"></script>'
+ '<script src="index.html_bootstrap.dart.js"></script>'
'</body></html>',
'a|web/index.html_bootstrap.dart':
'''$MAIN_HEADER
« no previous file with comments | « pkg/polymer/test/attr_mustache_test.dart ('k') | pkg/polymer/test/build/polyfill_injector_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698