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

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

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

2007-12-13 09:44:00 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg">
<script>
function init()
{
document.documentElement.unsuspendRedrawAll();
document.getElementsByTagName("text")[0].firstChild.data = "Quux";
}
window.addEventListener("load", init, false);
</script>
<text x="125" y="30">Foo</text>
</svg>