gecko-dev/layout/generic/crashtests/613455-1.svg

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

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

2015-10-31 02:41:16 +03:00
<svg xmlns="http://www.w3.org/2000/svg" height="70">
<script>
function boom()
{
document.documentElement.style.minHeight = '68121107503rem'
}
window.addEventListener("load", boom, false);
</script>
</svg>