summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/595606-1.html
blob: 82cae26363cfe69953a8b419c21033b661d59ec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>