Sign in
webkit
/
WebKit
/
1e0780ad9f2be7f928011e2877f842746cb25b2d
/
.
/
LayoutTests
/
fast
/
forms
/
resources
/
live-pseudo-selectors.css
blob: cc7dd85057c0f76cdf3a8895bf32e38b7e3ac9f7 [
file
] [
log
] [
blame
]
:
invalid
{
background
:
rgb
(
255
,
0
,
0
);
}
:
valid
{
background
:
rgb
(
0
,
0
,
255
);
}
:
disabled
{
background
:
black
;
}
input
{
background
:
white
;
}
textarea
{
background
:
white
;
}