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

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

Issue 158083002: introduce web_components pkg for consolidated polyfills (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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/bind_mdv_test.html ('k') | pkg/polymer/test/build/common.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 3f84593bbe7cedcb49b7c4d36fcd90602d81cf0e..6633eb132918eaa3d46ce89f8179b0cd22907980 100644
--- a/pkg/polymer/test/build/all_phases_test.dart
+++ b/pkg/polymer/test/build/all_phases_test.dart
@@ -37,8 +37,7 @@ void main() {
}, {
'a|web/test.html':
'<!DOCTYPE html><html><head>'
- '$SHADOW_DOM_TAG'
- '$CUSTOM_ELEMENT_TAG'
+ '$WEB_COMPONENTS_TAG'
'$INTEROP_TAG'
'<script src="test.html_bootstrap.dart.js"></script>'
'</head><body></body></html>',
@@ -64,8 +63,7 @@ void main() {
}, {
'a|web/test.html':
'<!DOCTYPE html><html><head>'
- '$SHADOW_DOM_TAG'
- '$CUSTOM_ELEMENT_TAG'
+ '$WEB_COMPONENTS_TAG'
'$INTEROP_TAG'
'<script src="test.html_bootstrap.dart.js"></script>'
'</head><body></body></html>',
@@ -103,8 +101,7 @@ void main() {
}, {
'a|web/test.html':
'<!DOCTYPE html><html><head>'
- '$SHADOW_DOM_TAG'
- '$CUSTOM_ELEMENT_TAG'
+ '$WEB_COMPONENTS_TAG'
'$INTEROP_TAG'
'<script src="test.html_bootstrap.dart.js"></script>'
'</head><body>'
@@ -142,8 +139,7 @@ void main() {
}, {
'a|web/index.html':
'<!DOCTYPE html><html><head>'
- '$SHADOW_DOM_TAG'
- '$CUSTOM_ELEMENT_TAG'
+ '$WEB_COMPONENTS_TAG'
'$INTEROP_TAG'
'</head><body><polymer-element>1</polymer-element>'
'<script src="index.html_bootstrap.dart.js"></script>'
« no previous file with comments | « pkg/polymer/test/bind_mdv_test.html ('k') | pkg/polymer/test/build/common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698