Sign in
webkit
/
WebKit
/
896f2e1627ae91d975ee73fd9010259c3dd716cd
/
.
/
LayoutTests
/
fast
/
forms
/
input-appearance-default-bkcolor.html
blob: 451af5ed2f383fd906488dc32ed3d2e317b090ed [
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>