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

Unified Diff: example/component/news/test/expected/news_index_test.html.txt

Issue 19497002: Reducing the amount of code we generate in the compiler: We still continue (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 5 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 | « no previous file | example/component/news/web/news-component.html » ('j') | lib/polymer_element.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: example/component/news/test/expected/news_index_test.html.txt
diff --git a/example/component/news/test/expected/news_index_test.html.txt b/example/component/news/test/expected/news_index_test.html.txt
index ae02f13332ab667a08b11f370aae0d2310f00f9b..196720c015363e002a7b8372095da9636ba20637 100644
--- a/example/component/news/test/expected/news_index_test.html.txt
+++ b/example/component/news/test/expected/news_index_test.html.txt
@@ -4,9 +4,27 @@ Content-Type: text/plain
<script src="../../packages/polymer/testing/testing.js"></script>
<link rel="stylesheet" type="text/css" href="news_index_test.html.css"></head>
-<body>
+<body><polymer-element name="x-news" extends="ul">
+ <template>
+
+ <div class="x-news_breaking">
+ <h2>Breaking Stories</h2>
+ <ul>
+ <content select=".breaking"></content>
+ </ul>
+ </div>
+ <div class="x-news_other">
+ <h2>Other News</h2>
+ <ul>
+ <content></content>
+ </ul>
+ </div>
+ </template>
+</polymer-element>
+
<h1>Simple Web Components Example</h1>
-<ul is="x-news"><shadow-root>
+<ul is="x-news"><shadow-root>
+
<div class="x-news_breaking">
<h2>Breaking Stories</h2>
<ul>
« no previous file with comments | « no previous file | example/component/news/web/news-component.html » ('j') | lib/polymer_element.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698