Bug 1494333 - index crons just like artifacts r=Callek
[gecko.git] / dom / html / crashtests / 596785-2.html
blob18cfe2788d8ef9ff50b6bbbabfc2414723edf826
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <body onload="document.getElementById('i').type = 'text';
4 document.documentElement.className = '';">
5 <form>
6 <input id='i' type='image' required>
7 </form>
8 </body>
9 </html>