summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/679933-1.html
blob: 83a049621df20c03d8a803fbe926b57071263877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html class="reftest-wait">
<head>
  <script>
    function tweak() {
      document.body.removeAttribute('style');
      document.documentElement.removeAttribute("class");
    }
  </script>
</head>
<body style="display: inline;  mask: url(#a);" onload="setTimeout(tweak, 50)">
<input id="g" style="display: block; mask: url(#g);">
</body>
</html>