diff options
Diffstat (limited to 'layout/base/crashtests/613817-1.svg')
-rw-r--r-- | layout/base/crashtests/613817-1.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/base/crashtests/613817-1.svg b/layout/base/crashtests/613817-1.svg new file mode 100644 index 0000000000..9f5165ffe5 --- /dev/null +++ b/layout/base/crashtests/613817-1.svg @@ -0,0 +1,12 @@ +<svg xmlns="http://www.w3.org/2000/svg"><foreignObject id="fo"> + <div xmlns="http://www.w3.org/1999/xhtml" style="display: -moz-popup;"></div></foreignObject><script> + +function boom() +{ + document.getElementById("fo").style.MozAppearance = "menuitem"; +} + +window.addEventListener("load", boom, false); + +</script></svg> + |