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:
parent
6dd3384887
commit
89299e1c06
4
mozilla/layout/reftests/forms/input-text-size-1-ref.html
Normal file
4
mozilla/layout/reftests/forms/input-text-size-1-ref.html
Normal 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>
|
||||
4
mozilla/layout/reftests/forms/input-text-size-1.html
Normal file
4
mozilla/layout/reftests/forms/input-text-size-1.html
Normal 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>
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user