| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../../../resources/ahem.js"></script> |
| 3 <style> | 4 <style> |
| 4 #test { | 5 #test { |
| 5 width: 400px; | 6 width: 400px; |
| 6 font-family: "Ahem"; | 7 font-family: "Ahem"; |
| 7 } | 8 } |
| 8 </style> | 9 </style> |
| 9 <script> | 10 <script> |
| 10 if (window.testRunner) | 11 if (window.testRunner) |
| 11 testRunner.dumpAsText(); | 12 testRunner.dumpAsText(); |
| 12 | 13 |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 shouldBeNull(window.innerWidth + 100, window.innerHeight + 100); | 93 shouldBeNull(window.innerWidth + 100, window.innerHeight + 100); |
| 93 | 94 |
| 94 swapInLog(); | 95 swapInLog(); |
| 95 } | 96 } |
| 96 </script> | 97 </script> |
| 97 </head> | 98 </head> |
| 98 <body> | 99 <body> |
| 99 <div id="test">xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx
xxxxx xxxxx xxxxx xxxxx xxxxx</div> | 100 <div id="test">xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx
xxxxx xxxxx xxxxx xxxxx xxxxx</div> |
| 100 </body> | 101 </body> |
| 101 </html> | 102 </html> |
| OLD | NEW |