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

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

Issue 336013003: Version 1.5.0-dev.4.14 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 6 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 | « dart/pkg/polymer/test/bind_test.html ('k') | dart/pkg/polymer/test/build/code_extractor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/polymer/test/build/all_phases_test.dart
===================================================================
--- dart/pkg/polymer/test/build/all_phases_test.dart (revision 37358)
+++ dart/pkg/polymer/test/build/all_phases_test.dart (working copy)
@@ -23,7 +23,6 @@
testPhases('no changes', phases, {
'a|web/test.html': '<!DOCTYPE html><html></html>',
}, {}, [
- 'warning: $USE_POLYMER_HTML',
'warning: $USE_INIT_DART'
]);
@@ -191,7 +190,9 @@
'<script type="application/dart" src="b.dart"></script>',
'a|web/b.dart': _sampleInput('B', 'bar'),
'a|lib/test2.html':
- '<!DOCTYPE html><html><head></head><body>'
+ '<!DOCTYPE html><html><head>'
+ '<link rel="import" href="../../packages/polymer/polymer.html">'
+ '</head><body>'
'<polymer-element name="x-a">1'
'<script type="application/dart">'
'${_sampleInput("A", "foo")}</script>'
@@ -245,7 +246,9 @@
'<link rel="import" href="packages/a/load_b.html">',
'a|lib/b.dart': _sampleInput('B', 'bar'),
'a|lib/test2.html':
- '<!DOCTYPE html><html><head></head><body>'
+ '<!DOCTYPE html><html><head>'
+ '<link rel="import" href="../../packages/polymer/polymer.html">'
+ '</head><body>'
'<polymer-element name="x-a">1'
'<script type="application/dart">'
'${_sampleInput("A", "foo")}</script>'
« no previous file with comments | « dart/pkg/polymer/test/bind_test.html ('k') | dart/pkg/polymer/test/build/code_extractor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698