OLD | NEW |
(Empty) | |
| 1 <html> |
| 2 <body style="display: -webkit-flex;"> |
| 3 <i> |
| 4 <div> </div><row> |
| 5 <source id=test style="float: right; padding-top: 238px;">A</source> |
| 6 </i> |
| 7 <div style="height: 188;"></div> |
| 8 <style> |
| 9 .class1 { |
| 10 width: 51667px; |
| 11 } |
| 12 </style> |
| 13 <script> |
| 14 if (window.testRunner) |
| 15 testRunner.dumpAsText(); |
| 16 |
| 17 document.body.offsetTop; |
| 18 test.setAttribute("class", "class1"); |
| 19 document.body.offsetTop; |
| 20 test.parentNode.removeChild(test); |
| 21 document.body.offsetTop; |
| 22 document.body.innerHTML = "PASS. WebKit didn't crash."; |
| 23 </script> |
| 24 </body> |
| 25 </html> |
OLD | NEW |