1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/base/crashtests/595606-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<!DOCTYPE html> 1.5 +<html class="reftest-wait"> 1.6 + <body onload=" 1.7 + document.body.removeChild(document.getElementById('x')); 1.8 + document.documentElement.removeAttribute('class');"> 1.9 + 1.10 + <div id="x"> 1.11 + <form id="a"> 1.12 + <select></select> 1.13 + </form> 1.14 + <form id="a"> 1.15 + <select></select> 1.16 + </form> 1.17 + </div> 1.18 + 1.19 + <select form="a"></select> 1.20 + </body> 1.21 +</html>