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

19 lines
378 B
HTML

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