Loading layout/generic/crashtests/660451-1.html 0 → 100644 +24 −0 Original line number Diff line number Diff line <!DOCTYPE html> <html> <head> <script> function doe() { document.getElementById('b').setAttribute('style', 'position: absolute;'); document.body.offsetHeight; document.body.setAttribute('style', 'position: relative;'); document.body.offsetHeight; document.getElementById('b').setAttribute('style', ''); } setTimeout(doe,0); </script> </head> <body> <span style="position: relative; "> <div> <div id="b"> </div> </div> </span> </body> </html> layout/generic/crashtests/crashtests.list +1 −0 Original line number Diff line number Diff line Loading @@ -364,6 +364,7 @@ load 650499-1.html load 656130-1.html load 656130-2.html load 660416.html load 660451-1.html load 665853.html load text-overflow-form-elements.html load text-overflow-iframe.html Loading Loading
layout/generic/crashtests/660451-1.html 0 → 100644 +24 −0 Original line number Diff line number Diff line <!DOCTYPE html> <html> <head> <script> function doe() { document.getElementById('b').setAttribute('style', 'position: absolute;'); document.body.offsetHeight; document.body.setAttribute('style', 'position: relative;'); document.body.offsetHeight; document.getElementById('b').setAttribute('style', ''); } setTimeout(doe,0); </script> </head> <body> <span style="position: relative; "> <div> <div id="b"> </div> </div> </span> </body> </html>
layout/generic/crashtests/crashtests.list +1 −0 Original line number Diff line number Diff line Loading @@ -364,6 +364,7 @@ load 650499-1.html load 656130-1.html load 656130-2.html load 660416.html load 660451-1.html load 665853.html load text-overflow-form-elements.html load text-overflow-iframe.html Loading