724235.html (503B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Testcase for bug 724235</title> 5 </head> 6 7 <body onload="setTimeout(function(){m=document.getElementsByTagName('marquee')[0]; m.style.fontSize='72px'},0)"> 8 9 <a href="#"> 10 11 <center> 12 13 <marquee>This is a marquee ... </marquee> 14 15 <table> 16 <tr> 17 <td><a href="#">click me to CRASH!</a></td> 18 </tr> 19 </table> 20 21 <iframe></iframe> 22 23 <script>document.body.offsetHeight;</script> 24 25 <a href="#"></a> 26 27 28 </body></html>