gecko-dev/layout/base/crashtests/824300.html
cku 122f0704a3 Bug 824300 - Part 2. Crash test. r=heycam
MozReview-Commit-ID: DwGv68izJ1

--HG--
extra : rebase_source : c427a68e257ba83b605356d9b5fdb20ca7885c20
extra : source : 4b4f9b149ce7e7cf2946494704dcd46005ab193a
2017-02-04 20:44:32 +08:00

13 lines
249 B
HTML

<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>