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