mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-28 18:28:38 +09:00
8 lines
214 B
HTML
8 lines
214 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body onload="document.getElementById('button').value='';">
|
|
<input id="button" type="button" value="Should not crash" style="width: 1px; white-space: normal;">
|
|
</body>
|
|
</html>
|