layout/base/crashtests/836990-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:17171da7cd51
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <div style="overflow: auto; transform:translate(100px,0);">
5 <div style="position: relative;"><div id="x" style="position:fixed; display:none"></div></div>
6 </div>
7 <script>
8 document.body.getBoundingClientRect();
9 document.getElementById('x').style.display = '';
10 </script>
11 </body>
12 </html>

mercurial