mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-03 19:05:35 +00:00
19 lines
378 B
HTML
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>
|