layout/base/crashtests/770381-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:657f3152ee29
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style id="s"></style>
5 <script>
6 function boom() { document.getElementById("s").textContent = "div { opacity: 0.5; }"; }
7 </script>
8 </head>
9 <body onload="document.documentElement.offsetHeight; boom();">
10 <div><div>X</div></div>
11 </body>
12 </html>

mercurial