summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1401692.html
blob: d4d2c7f231d099f12ba171c92142cd7aa5ac6708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <style></style>
    <script>
      try {
        document.styleSheets[0].insertRule(
          "t{-moz-outline-radius-topright:calc(9px)!important", 0);
      } catch(e) {
      }

      SpecialPowers.getMemoryReports();
    </script>
  </head>
</html>