зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
247 B
HTML
10 строки
247 B
HTML
|
<!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>
|