Bug 1660051 [wpt PR 25111] - Origin isolation: expand getter test coverage, a=testonly
[gecko.git] / dom / base / crashtests / 595606-2.html
blob3cab264c0d1114c6dae2ea404a36f82c50185014
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <body onload="
4 document.body.removeChild(document.getElementById('x'));
5 document.documentElement.removeAttribute('class');">
7 <div id="x">
8 <form id="a">
9 <select></select>
10 </form>
11 <form id="a">
12 <select></select>
13 </form>
14 </div>
16 <select form="a"></select>
17 </body>
18 </html>