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

Unified Diff: pkg/polymer/test/transform/script_compactor_test.dart

Issue 23445009: Prune the old deploy code. This CL does a few changes: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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/transform/polyfill_injector_test.dart ('k') | samples/third_party/todomvc/build.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/transform/script_compactor_test.dart
diff --git a/pkg/polymer/test/transform/script_compactor_test.dart b/pkg/polymer/test/transform/script_compactor_test.dart
index b271e3ca453e6dbce48a71f134b7fb28674d2e0b..e12d3794a3bee69b432070d01a9566cb66b61d5b 100644
--- a/pkg/polymer/test/transform/script_compactor_test.dart
+++ b/pkg/polymer/test/transform/script_compactor_test.dart
@@ -27,8 +27,7 @@ void main() {
'<!DOCTYPE html><html><head></head><body>'
'<script type="application/dart" '
'src="test.html_bootstrap.dart"></script>'
- '<script type="text/javascript" '
- 'src="packages/browser/dart.js"></script>'
+ '<script src="packages/browser/dart.js"></script>'
'</body></html>',
'a|test.html_bootstrap.dart':
@@ -61,8 +60,7 @@ void main() {
'<!DOCTYPE html><html><head></head><body><div></div>'
'<script type="application/dart" '
'src="test.html_bootstrap.dart"></script>'
- '<script type="text/javascript" '
- 'src="packages/browser/dart.js"></script>'
+ '<script src="packages/browser/dart.js"></script>'
'</body></html>',
'a|test.html_bootstrap.dart':
« no previous file with comments | « pkg/polymer/test/transform/polyfill_injector_test.dart ('k') | samples/third_party/todomvc/build.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698