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

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

Issue 27274002: Fixing bots after Polymer element integration (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/lib/src/build/common.dart ('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 9e6a9b754c67dc4b9cd2fc20c0b1d0b8850531d3..51955757ca04b8c9aafff9399c264102f1a4afee 100644
--- a/pkg/polymer/test/build/all_phases_test.dart
+++ b/pkg/polymer/test/build/all_phases_test.dart
@@ -36,6 +36,7 @@ void main() {
'a|web/test.html':
'<!DOCTYPE html><html><head></head><body>'
'$SHADOW_DOM_TAG'
+ '$CUSTOM_ELEMENT_TAG'
'$INTEROP_TAG'
'<script type="application/dart" '
'src="test.html_bootstrap.dart"></script>'
@@ -68,6 +69,7 @@ void main() {
'a|web/test.html':
'<!DOCTYPE html><html><head></head><body>'
'$SHADOW_DOM_TAG'
+ '$CUSTOM_ELEMENT_TAG'
'$INTEROP_TAG'
'<script type="application/dart" '
'src="test.html_bootstrap.dart"></script>'
@@ -107,6 +109,7 @@ void main() {
'a|web/test.html':
'<!DOCTYPE html><html><head></head><body>'
'$SHADOW_DOM_TAG'
+ '$CUSTOM_ELEMENT_TAG'
'$INTEROP_TAG'
'<div></div>'
'<script type="application/dart" '
@@ -158,6 +161,7 @@ void main() {
'a|web/index.html':
'<!DOCTYPE html><html><head></head><body>'
'$SHADOW_DOM_TAG'
+ '$CUSTOM_ELEMENT_TAG'
'$INTEROP_TAG'
'<polymer-element>1</polymer-element>'
'<script type="application/dart" '
« no previous file with comments | « pkg/polymer/lib/src/build/common.dart ('k') | pkg/polymer/test/build/common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698