Sign in
webkit
/
WebKit
/
6cfaf6c7f67081482a364cee0944adf64db41075
/
.
/
LayoutTests
/
fast
/
forms
/
input-appearance-default-bkcolor.html
blob: 9ed1dc17672ec47b48171e93fccee865d83ceb83 [
file
] [
log
] [
blame
]
<html>
<body
style
=
"
background-color
:
purple
;
"
>
This tests that the default background color for the new text fields is white.
<br><input
style
=
"
-khtml-appearance
:
textfield
;
"
type
=
"text"
value
=
"This should be white."
>
</body>
</html>