Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/base/crashtests/crashtests.list
<!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>