gecko-dev/layout/base/crashtests/613817-1.svg

13 строки
320 B
XML
Исходник Обычный вид История

2015-10-31 02:41:16 +03:00
<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>