mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Make the test work also with desktop theme where background color for text widgets is not white. b=435048 r=karlt
This commit is contained in:
parent
aaa49ce031
commit
cf7d7fdca9
@ -1,3 +1,5 @@
|
||||
<html lang="en">
|
||||
<input size="40" value="1234" style="font-family: monospace; border: none">
|
||||
<body style="background-color:white;">
|
||||
<input size="40" value="1234" style="background-color:white; color:black; font-family: monospace; border: none">
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,3 +1,5 @@
|
||||
<html lang="en">
|
||||
<input size="4" value="1234" style="font-family: monospace; border: none">
|
||||
<body style="background-color:white;">
|
||||
<input size="4" value="1234" style="background-color:white; color:black; font-family: monospace; border: none">
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user