summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1520798-2.html
blob: 83a27ab4ca7eb927d32b147b8c0e456d28883310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<head>
  <script>
    function go() {
      document.getElementById("tweakMe").style.overflowAnchor = "none";
    }
  </script>
</head>
<body onload="go()">
  <div style="position:fixed">
    <div id="tweakMe">Hi</div>
  </div>
</body>