Sign in
webkit
/
WebKit
/
027d9947be7394fd875bd4e203a72ecbac14d842
/
.
/
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
;
}