gecko-dev/layout/svg/crashtests/478128-1.svg

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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

<svg xmlns="http://www.w3.org/2000/svg">
<script type="text/javascript">
function boom()
{
document.documentElement.style.MozColumnCount = '15';
}
window.onload = function() { setTimeout(boom, 20); };
</script>
<foreignObject width="50" height="50" filter="url(#f1)"/>
<filter id="f1"/>
</svg>