зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
d8b3c0f539
Коммит
0a8092a0b3
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче