summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1001237.html
blob: fa7d2f6a61f3f6eb9cf54c4bdc5447bbc6daf0e1 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
  <body>
    <br id="x" style="transform-style: preserve-3d;">
    <script>
      document.addEventListener("MozReftestInvalidate", function() {
        document.getElementById("x").style.transform = "scale(2, 2)";
      });
    </script>
  </body>
</html>