summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/926728.html
blob: 85883f0fecf9151a27590eb8a01c4388762d0bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <body>
    <span id="x" style="position: sticky; bottom: 75px;">
      <div></div>
    </span>
    <script>
      document.addEventListener("MozReftestInvalidate", function() {
        document.getElementById('x').style.bottom = '-3000px';
      });
    </script>
  </body>
</html>