servo/tests/ref/input_button_size_a.html
Patrick Walton 79336d21b5 style: Disregard the size attribute for input elements other than text
or password fields.

HTML5 § 4.10.5.3.2 doesn't explicitly say to do this, but all other
browser engines seem to do it.

Improves the Google home page.
2015-04-24 17:33:53 -07:00

9 lines
104 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<input type=submit size=100 value=sumbit>
</body>
</html>