comparison: layout/base/crashtests/836990-1.html
layout/base/crashtests/836990-1.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
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> |