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