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