Sign in
webkit
/
WebKit
/
2598d32a5e259a9a64935a4105be3abd69798be8
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-183.css
blob: 8a5bc5ace6fe9f6813f709222ca2ed819a33c442 [
file
] [
log
] [
blame
]
p
{
color
:
green
;
}
..
test
{
background
:
red
;
color
:
yellow
;
}
.
foo
..
quux
{
background
:
red
;
color
:
yellow
;
}
.
bar
.
{
background
:
red
;
color
:
yellow
;
}