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

Side by Side Diff: pkg/polymer/example/component/news/test/expected/news_index_test.html.txt

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, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/polymer/lib/src/emitters.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Content-Type: text/plain 1 Content-Type: text/plain
2 <html><head><style>template { display: none; }</style> 2 <html><head><style shadowcssshim="">template { display: none; }</style>
3 <title>Simple Web Components Example</title> 3 <title>Simple Web Components Example</title>
4 4
5 <script src="../../packages/polymer/testing/testing.js"></script> 5 <script src="../../packages/polymer/testing/testing.js"></script>
6 <style>template, 6 <style>template,
7 thead[template], 7 thead[template],
8 tbody[template], 8 tbody[template],
9 tfoot[template], 9 tfoot[template],
10 th[template], 10 th[template],
11 tr[template], 11 tr[template],
12 td[template], 12 td[template],
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 <li><a href="//example.com/stories/2">Another story</a></li> 75 <li><a href="//example.com/stories/2">Another story</a></li>
76 <li class="breaking"><a href="//example.com/stories/3">Also a story</a></li> 76 <li class="breaking"><a href="//example.com/stories/3">Also a story</a></li>
77 <li><a href="//example.com/stories/4">Yet another story</a></li> 77 <li><a href="//example.com/stories/4">Yet another story</a></li>
78 <li><a href="//example.com/stories/4">Awesome story</a></li> 78 <li><a href="//example.com/stories/4">Awesome story</a></li>
79 <li class="breaking"><a href="//example.com/stories/5">Horrible story</a></l i> 79 <li class="breaking"><a href="//example.com/stories/5">Horrible story</a></l i>
80 </ul> 80 </ul>
81 81
82 82
83 83
84 <script type="text/javascript" src="packages/shadow_dom/shadow_dom.debug.js"></s cript> 84 <script type="text/javascript" src="packages/shadow_dom/shadow_dom.debug.js"></s cript>
85 <script type="text/javascript" src="packages/browser/interop.js"></script>
85 <script type="application/dart" src="news_index_test.html_bootstrap.dart"></scri pt></body></html> 86 <script type="application/dart" src="news_index_test.html_bootstrap.dart"></scri pt></body></html>
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/lib/src/emitters.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698