mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Test text input size with monospace fonts b=410405.
This commit is contained in:
parent
3ec67bcf15
commit
ef3215ce8e
4
layout/reftests/forms/input-text-size-1-ref.html
Normal file
4
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
layout/reftests/forms/input-text-size-1.html
Normal file
4
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…
Reference in New Issue
Block a user