OLD | NEW |
1 <html> | 1 <html> |
2 <body> | 2 <body> |
3 WebKit Bug 87264 - Crash in run-ins with continuations while moving back to orig
inal position.<br /> | 3 WebKit Bug 87264 - Crash in run-ins with continuations while moving back to orig
inal position.<br /> |
4 Test passes if it does not crash.<br /> | 4 Test passes if it does not crash.<br /> |
5 <style> | 5 <style> |
6 .runIn { display: run-in; } | 6 .runIn { display: run-in; } |
7 </style> | 7 </style> |
8 <script> | 8 <script> |
9 if (window.layoutTestController) | 9 if (window.layoutTestController) |
10 layoutTestController.dumpAsText(); | 10 layoutTestController.dumpAsText(); |
(...skipping 13 matching lines...) Expand all Loading... |
24 | 24 |
25 document.body.offsetTop; | 25 document.body.offsetTop; |
26 | 26 |
27 runIn1.appendChild(document.createElement('div')); | 27 runIn1.appendChild(document.createElement('div')); |
28 span1.style.display = 'block'; | 28 span1.style.display = 'block'; |
29 document.body.offsetTop; | 29 document.body.offsetTop; |
30 q1.style.display = 'none'; | 30 q1.style.display = 'none'; |
31 </script> | 31 </script> |
32 </body> | 32 </body> |
33 </html> | 33 </html> |
OLD | NEW |