mirror of
https://github.com/servo/servo.git
synced 2025-06-16 12:24:29 +00:00
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.
9 lines
104 B
HTML
9 lines
104 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<input type=submit size=100 value=sumbit>
|
|
</body>
|
|
</html>
|
|
|