Sign in
webkit
/
WebKit
/
fb971e53364fe47e160b54a5b905b29514f3f69e
/
.
/
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>