mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-03 20:30:00 +00:00
10 lines
235 B
HTML
10 lines
235 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<body onload="document.getElementById('i').type = 'image';
|
|
document.documentElement.className = '';">
|
|
<form>
|
|
<input id='i' required>
|
|
</form>
|
|
</body>
|
|
</html>
|