content/base/crashtests/595606-2.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:0d3769885075
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <body onload="
4 document.body.removeChild(document.getElementById('x'));
5 document.documentElement.removeAttribute('class');">
6
7 <div id="x">
8 <form id="a">
9 <select></select>
10 </form>
11 <form id="a">
12 <select></select>
13 </form>
14 </div>
15
16 <select form="a"></select>
17 </body>
18 </html>

mercurial