Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <script></script> | 1 <script></script> |
| 2 <!-- This test covers Bug 93641 --> | 2 <!-- This test covers Bug 93641 --> |
| 3 <script> | 3 <script> |
| 4 if (window.testRunner) | 4 if (window.testRunner) |
| 5 testRunner.dumpAsText(); | 5 testRunner.dumpAsText(); |
| 6 setTimeout(function() { var child = document.documentElement; child.parentNode.r emoveChild(child); }, 36); | 6 setTimeout(function() { var child = document.documentElement; child.parentNode.r emoveChild(child); }, 36); |
| 7 </script> | 7 </script> |
| 8 <script></script> | 8 <script></script> |
| 9 <span></span> | 9 <span></span> |
| 10 <div></div> | 10 <div></div> |
| 11 <span></span> | 11 <span></span> |
| 12 <nobr> | 12 <nobr> |
| 13 <span></span> | 13 <span></span> |
| 14 <div> | 14 <div> |
| 15 <link rel="stylesheet" href="nosuchfile.css"> | 15 <link rel="stylesheet" href="nosuchfile.css"> |
| 16 <script>;</script> | 16 <script>;</script> |
| 17 <nobr> | 17 <nobr> |
| 18 </div> | 18 </div> |
| OLD | NEW |