blob: c1dc9fc713bbef4a4309f7c324c2d0a5c5a09309 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<script>
if (window.testRunner)
testRunner.dumpAsText();
function runTest()
{
document.firstChild.innerHTML = "PASS";
}
document.addEventListener("DOMNodeInsertedIntoDocument", runTest, true);
</script>