mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
012d37c93a
--HG-- rename : content/base/crashtests/595606.html => content/base/crashtests/595606-1.html
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>
|