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

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

Issue 558673004: update polymer js to 0.4.0 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: review updates Created 6 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 | « pkg/polymer/CHANGELOG.md ('k') | pkg/polymer/lib/src/build/polyfill_injector.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 This example is from 3 This example is from
4 https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news 4 https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
5 --> 5 -->
6 <html> 6 <html>
7 <head> 7 <head>
8 <!--polymer-test: this comment is needed for test_suite.dart--> 8 <!--polymer-test: this comment is needed for test_suite.dart-->
9 <title>Simple Web Components Example</title> 9 <title>Simple Web Components Example</title>
10 <link rel="import" href="packages/web_components/platform.js">
11 <link rel="import" href="packages/web_components/dart_support.js">
10 <link rel="import" href="packages/polymer/polymer.html"> 12 <link rel="import" href="packages/polymer/polymer.html">
11 <link rel="import" href="../web/news-component.html"> 13 <link rel="import" href="../web/news-component.html">
12 <script src="/root_dart/tools/testing/dart/test_controller.js"></script> 14 <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
13 </head> 15 </head>
14 <body> 16 <body>
15 <h1>Simple Web Components Example</h1> 17 <h1>Simple Web Components Example</h1>
16 <ul is="x-news"> 18 <ul is="x-news">
17 <li><a href="//example.com/stories/1">A story</a></li> 19 <li><a href="//example.com/stories/1">A story</a></li>
18 <li><a href="//example.com/stories/2">Another story</a></li> 20 <li><a href="//example.com/stories/2">Another story</a></li>
19 <li class="breaking"><a href="//example.com/stories/3">Also a story</a></li> 21 <li class="breaking"><a href="//example.com/stories/3">Also a story</a></li>
20 <li><a href="//example.com/stories/4">Yet another story</a></li> 22 <li><a href="//example.com/stories/4">Yet another story</a></li>
21 <li><a href="//example.com/stories/4">Awesome story</a></li> 23 <li><a href="//example.com/stories/4">Awesome story</a></li>
22 <li class="breaking"><a href="//example.com/stories/5">Horrible story</a></l i> 24 <li class="breaking"><a href="//example.com/stories/5">Horrible story</a></l i>
23 </ul> 25 </ul>
24 <script type="application/dart" src="news_index_test.dart"></script> 26 <script type="application/dart" src="news_index_test.dart"></script>
25 </body> 27 </body>
26 </html> 28 </html>
OLDNEW
« no previous file with comments | « pkg/polymer/CHANGELOG.md ('k') | pkg/polymer/lib/src/build/polyfill_injector.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698