layout/base/crashtests/833604-1.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <html>
     2 <script>
     3 function start() {
     4 try{o0=document.body;}catch(e){}
     5 try{o11=document.createElement('input');;}catch(e){}
     6 try{o0.appendChild(o11);}catch(e){}
     7 try{document.documentElement.offsetHeight;}catch(e){}
     8 try{o0.style.cssText = '-moz-transform: matrix(1, -0.2, 0, 1, 0, 0);'}catch(e){}
     9 try{o11.style.position='fixed';}catch(e){}
    10 window.setTimeout('window.start_waitfor0()',10);
    11 }
    12 function start_waitfor0() {
    13 try{o0.style.display='table-column';}catch(e){}
    14 try{o11.offsetHeight;}catch(e){}
    15 }
    16 </script>
    17 <body onload="start()"></body>
    18 </html>

mercurial