| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |