summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/836990-1.html
blob: d81331467fb6e389ccbb15d7fce118c90df5f384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<body>
<div style="overflow: auto; transform:translate(100px,0);">
  <div style="position: relative;"><div id="x" style="position:fixed; display:none"></div></div>
</div>
<script>
document.body.getBoundingClientRect();
document.getElementById('x').style.display = '';
</script>
</body>
</html>