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

Side by Side Diff: samples/third_party/todomvc/test/expected/todomvc_mainpage_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
OLDNEW
1 Content-Type: text/plain 1 Content-Type: text/plain
2 <html lang="en"><head><style>template { display: none; }</style> 2 <html lang="en"><head><style shadowcssshim="">style { display: none !important; }
3 </style><style shadowcssshim="">template { display: none; }</style>
3 <!-- 4 <!--
4 This test runs the TodoMVC app and evaluates that it renders correctly. 5 This test runs the TodoMVC app and evaluates that it renders correctly.
5 --> 6 -->
6 <meta charset="utf-8"> 7 <meta charset="utf-8">
7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 8 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8 9
9 <link rel="stylesheet" href="../../../web/base.css"> 10 <link rel="stylesheet" href="../../../web/base.css">
10 <script src="../../packages/polymer/testing/testing.js"></script> 11 <script src="../../packages/polymer/testing/testing.js"></script>
11 <title>Dart • TodoMVC</title> 12 <title>Dart • TodoMVC</title>
12 <style>template, 13 <style>template,
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 or 234 or
234 <a href="https://github.com/dart-lang/web-ui/tree/master/example/todomvc"> view the source</a>. 235 <a href="https://github.com/dart-lang/web-ui/tree/master/example/todomvc"> view the source</a>.
235 </p> 236 </p>
236 <p>Part of <a href="http://todomvc.com">TodoMVC</a>.</p> 237 <p>Part of <a href="http://todomvc.com">TodoMVC</a>.</p>
237 </footer> 238 </footer>
238 </shadow-root></todo-app> 239 </shadow-root></todo-app>
239 240
240 241
241 242
242 <script type="text/javascript" src="packages/shadow_dom/shadow_dom.debug.js"></s cript> 243 <script type="text/javascript" src="packages/shadow_dom/shadow_dom.debug.js"></s cript>
244 <script type="text/javascript" src="packages/browser/interop.js"></script>
243 <script type="application/dart" src="todomvc_mainpage_test.html_bootstrap.dart"> </script></body></html> 245 <script type="application/dart" src="todomvc_mainpage_test.html_bootstrap.dart"> </script></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698