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

Unified Diff: packages/polymer/example/component/news/test/news_index_test.html

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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: packages/polymer/example/component/news/test/news_index_test.html
diff --git a/packages/polymer/example/component/news/test/news_index_test.html b/packages/polymer/example/component/news/test/news_index_test.html
new file mode 100644
index 0000000000000000000000000000000000000000..1f5ded0c749b29ea44075d3bf68ad21f86a9fe0a
--- /dev/null
+++ b/packages/polymer/example/component/news/test/news_index_test.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<!--
+This example is from
+https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
+-->
+<html>
+<head>
+ <!--polymer-test: this comment is needed for test_suite.dart-->
+ <title>Simple Web Components Example</title>
+ <link rel="import" href="packages/polymer/polymer.html">
+ <link rel="import" href="../web/news-component.html">
+ <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
+</head>
+<body>
+<h1>Simple Web Components Example</h1>
+<ul is="x-news">
+ <li><a href="//example.com/stories/1">A story</a></li>
+ <li><a href="//example.com/stories/2">Another story</a></li>
+ <li class="breaking"><a href="//example.com/stories/3">Also a story</a></li>
+ <li><a href="//example.com/stories/4">Yet another story</a></li>
+ <li><a href="//example.com/stories/4">Awesome story</a></li>
+ <li class="breaking"><a href="//example.com/stories/5">Horrible story</a></li>
+</ul>
+<script type="application/dart" src="news_index_test.dart"></script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698