summaryrefslogtreecommitdiffstats
path: root/dom/html/crashtests/596785-1.html
blob: 5d830628b0ad7b3ea83338c7d60c1c6a93ff7136 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html class="reftest-wait">
  <body onload="document.getElementById('i').type = 'image';
                document.documentElement.className = '';">
    <form>
      <input id='i' required>
    </form>
  </body>
</html>