summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/824300.html
blob: e23d008583c3b5d526cd776d93418b774fc6d7c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html xmlns="http://www.w3.org/1999/xhtml">
<body>

  <span style="filter: url(#f);">
    <div style="transform: matrix(2, 1, 0, 2, 50, 50);"></div>
  </span>

  <svg xmlns="http://www.w3.org/2000/svg">
    <filter id="f"/>
  </svg>

</body>
</html>