mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
9 lines
247 B
HTML
9 lines
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>
|