Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>