blob: 2af16096d9c2904d380846f59323136f5e84fa54 [file] [log] [blame]
<body>
<p>This test passes if it doesn't crash.</p>
<svg id="svgRoot">
<animate attributeName="fill" />
</svg>
<div id="inputParent" onfocusin="onFoucsIn()">
<keygen id="input">
</div>
<details ontoggle="onToggle()" open="true"></details>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function onFoucsIn() {
svgRoot.remove();
}
function onToggle() {
input.autofocus = true;
inputParent.after(inputParent);
}
</script>
</body>