Test text input size with monospace fonts b=410405.

git-svn-id: svn://10.0.0.236/trunk@250034 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karlt+%karlt.net 2008-04-11 03:17:32 +00:00
parent 6dd3384887
commit 89299e1c06
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