content/base/crashtests/595606-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/base/crashtests/595606-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     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 +      <div id="a">
    1.12 +        <form id="a">
    1.13 +          <select></select>
    1.14 +        </form>
    1.15 +      </div>
    1.16 +    </div>
    1.17 +
    1.18 +    <select form="a"></select>
    1.19 +  </body>
    1.20 +</html>

mercurial