gecko/gfx/tests/crashtests/546870-1.html

9 lines
214 B
HTML
Raw Normal View History

2010-06-08 17:53:08 -07:00
<!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>