gecko/content/base/crashtests/595606-1.html
Mounir Lamouri 7873baa96e Bug 595606 - "ASSERTION: no common ancestor at all" when removing a subtree with more than one id pointed by @form. r=jst a=blocking
--HG--
rename : content/base/crashtests/595606.html => content/base/crashtests/595606-1.html
2010-10-13 12:52:45 +02: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>