Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script> | 4 <script> |
| 5 if (window.layoutTestController) { | 5 if (window.layoutTestController) { |
| 6 layoutTestController.dumpAsText(); | 6 layoutTestController.dumpAsText(); |
| 7 layoutTestController.waitUntilDone(); | 7 layoutTestController.waitUntilDone(); |
| 8 } | 8 } |
| 9 | 9 |
| 10 onload = function() { | 10 onload = function() { |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 25 <body> | 25 <body> |
| 26 <div id="x"> | 26 <div id="x"> |
| 27 <iframe src="data:"></iframe> | 27 <iframe src="data:"></iframe> |
| 28 <div> | 28 <div> |
| 29 <input></input> | 29 <input></input> |
| 30 </div> | 30 </div> |
| 31 </ul> | 31 </ul> |
| 32 </body> | 32 </body> |
| 33 </html> | 33 </html> |
| 34 | 34 |
| OLD | NEW |