diff options
Diffstat (limited to 'layout/base/crashtests/824300.html')
-rw-r--r-- | layout/base/crashtests/824300.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/base/crashtests/824300.html b/layout/base/crashtests/824300.html new file mode 100644 index 0000000000..e23d008583 --- /dev/null +++ b/layout/base/crashtests/824300.html @@ -0,0 +1,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>
\ No newline at end of file |