blob: 18cfe2788d8ef9ff50b6bbbabfc2414723edf826 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html class="reftest-wait">
<body onload="document.getElementById('i').type = 'text';
document.documentElement.className = '';">
<form>
<input id='i' type='image' required>
</form>
</body>
</html>
|