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
parent aaa49ce031
commit cf7d7fdca9
2 changed files with 6 additions and 2 deletions

View File

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

View File

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