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