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

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

Issue 723393003: update to polymer js 0.5.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: final tweaks Created 6 years 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
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 029b9a38fe13a74d5c51a65b4eb30e9d0414d02d..39b1602379541f061106a9815779ed8fd0b700b0 100644
--- a/pkg/polymer/test/build/all_phases_test.dart
+++ b/pkg/polymer/test/build/all_phases_test.dart
@@ -42,7 +42,7 @@ void main() {
}, {
'a|web/test.html':
'<!DOCTYPE html><html><head>'
- '$WEB_COMPONENTS_TAG'
+ '$COMPATIBILITY_JS_TAGS'
'</head><body>'
'<script src="test.html_bootstrap.dart.js" async=""></script>'
'</body></html>',
@@ -82,7 +82,7 @@ void main() {
}, {
'a|web/test.html':
'<!DOCTYPE html><html><head>'
- '$WEB_COMPONENTS_TAG'
+ '$COMPATIBILITY_JS_TAGS'
'</head><body>'
'<script src="test.html_bootstrap.dart.js" async=""></script>'
'</body></html>',
@@ -130,7 +130,7 @@ void main() {
}, {
'a|web/test.html':
'<!DOCTYPE html><html><head>'
- '$WEB_COMPONENTS_TAG\n\n'
+ '$COMPATIBILITY_JS_TAGS\n\n'
'</head><body>'
'<div>\n</div>\n'
'<script src="test.html_bootstrap.dart.js" async=""></script>'
@@ -200,7 +200,7 @@ void main() {
}, {
'a|web/index.html':
'<!DOCTYPE html><html><head>'
- '$WEB_COMPONENTS_TAG'
+ '$COMPATIBILITY_JS_TAGS'
'</head><body>'
'<div hidden="">'
'<polymer-element name="x-a">1</polymer-element>'
@@ -262,7 +262,7 @@ void main() {
}, {
'a|web/index.html':
'<!DOCTYPE html><html><head>'
- '$WEB_COMPONENTS_TAG'
+ '$COMPATIBILITY_JS_TAGS'
'</head><body>'
'<div hidden="">'
'<polymer-element name="x-a">1</polymer-element>'

Powered by Google App Engine
This is Rietveld 408576698