blob: b054e134c3c7de261293be8eda5e1400af8a34a9 [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>