diff options
Diffstat (limited to 'layout/svg/crashtests/1480224.html')
-rw-r--r-- | layout/svg/crashtests/1480224.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/svg/crashtests/1480224.html b/layout/svg/crashtests/1480224.html new file mode 100644 index 0000000000..0bb0dfa7b5 --- /dev/null +++ b/layout/svg/crashtests/1480224.html @@ -0,0 +1,6 @@ +<svg> +<symbol id="a"> +<foreignObject> +<input type="file"> +</symbol> +<use xlink:href="#a"> |