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:
Mats Palmgren 2008-06-20 02:45:05 +02:00
Родитель 22cad4220c
Коммит dbec8fafc5
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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>