tenfourfox/dom/base/crashtests/595606-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
356 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<body onload="
document.body.removeChild(document.getElementById('x'));
document.documentElement.removeAttribute('class');">
<div id="x">
<div id="a">
<form id="a">
<select></select>
</form>
</div>
</div>
<select form="a"></select>
</body>
</html>