Sign in
webkit
/
WebKit
/
8de09782621a8d8b47ef684da5e0e163b556e859
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-14d.css
blob: 9847357896966bed705dd87d282fdf2fff0b85a9 [
file
] [
log
] [
blame
]
p
{
background
:
green
;
color
:
white
;
}
.
t1
:
not
(.
t2
)
{
background
:
red
;
color
:
yellow
;
}
:
not
(.
t2
).
t1
{
background
:
red
;
color
:
yellow
;
}
.
t2
:
not
(.
t1
)
{
background
:
red
;
color
:
yellow
;
}
:
not
(.
t1
).
t2
{
background
:
red
;
color
:
yellow
;
}