| OLD | NEW | 
|---|
| 1 <style> | 1 <style> | 
| 2   #el0 { | 2   #el0 { | 
| 3     visibility: collapse; | 3     visibility: collapse; | 
| 4   } | 4   } | 
| 5   #el1::first-letter { | 5   #el1::first-letter { | 
| 6     height: 1; | 6     height: 1; | 
| 7 </style> | 7 </style> | 
| 8 <script> | 8 <script> | 
| 9 if (window.layoutTestController) { | 9 if (window.layoutTestController) { | 
| 10     layoutTestController.dumpAsText(); | 10     layoutTestController.dumpAsText(); | 
| (...skipping 11 matching lines...) Expand all  Loading... | 
| 22     el1.appendChild(document.createTextNode(unescape('A%u074b'))); | 22     el1.appendChild(document.createTextNode(unescape('A%u074b'))); | 
| 23     document.body.offsetTop; | 23     document.body.offsetTop; | 
| 24     setTimeout(function () { | 24     setTimeout(function () { | 
| 25         document.body.innerHTML = "PASS. WebKit didn't crash."; | 25         document.body.innerHTML = "PASS. WebKit didn't crash."; | 
| 26         layoutTestController.notifyDone(); | 26         layoutTestController.notifyDone(); | 
| 27     }, 0); | 27     }, 0); | 
| 28 } | 28 } | 
| 29 window.scrollTop; | 29 window.scrollTop; | 
| 30 window.onload=crash | 30 window.onload=crash | 
| 31 </script> | 31 </script> | 
| OLD | NEW | 
|---|