Test text input size with monospace fonts b=410405.

This commit is contained in:
karlt+@karlt.net 2008-04-10 20:17:32 -07:00
parent deeb963190
commit a9ed466a00
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<html lang="en">
<input size="4" value="1234" style="font-family: monospace">
<input size="40" value="1234" style="font-family: monospace; border: none">
</html>

View File

@ -0,0 +1,4 @@
<html lang="en">
<input size="4" value="12345" style="font-family: monospace">
<input size="4" value="1234" style="font-family: monospace; border: none">
</html>

View File

@ -1 +1,2 @@
== input-file-width-clip-1.html input-file-width-clip-ref.html # bug 409587
== input-text-size-1.html input-text-size-1-ref.html