summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/613817-1.svg
blob: 9f5165ffe5fa8519a0dd9ab842e08aabe97e6665 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>