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

Unified Diff: pkg/polymer/lib/src/emitters.dart

Issue 23461006: Moved test changes to dart-lang (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merged 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
Index: pkg/polymer/lib/src/emitters.dart
diff --git a/pkg/polymer/lib/src/emitters.dart b/pkg/polymer/lib/src/emitters.dart
index c5da7ba2b02e2baa20ee0eb20302c7d2e48f5bfb..e611c5991736c9c4975d51e5a0d468d2e404b140 100644
--- a/pkg/polymer/lib/src/emitters.dart
+++ b/pkg/polymer/lib/src/emitters.dart
@@ -179,7 +179,7 @@ void transformMainHtml(Document document, FileInfo fileInfo,
// TODO(jmesserly): put this in the global CSS file?
// http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/templates/index.html#css-additions
document.head.nodes.insert(0, parseFragment(
- '<style>template { display: none; }</style>'));
+ '<style shadowcssshim="">template { display: none; }</style>'));
// Move all <element> declarations to the main HTML file
// TODO(sigmund): remove this once we have HTMLImports implemented.
« no previous file with comments | « pkg/polymer/example/component/news/test/expected/news_index_test.html.txt ('k') | pkg/polymer/lib/testing/testing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698