Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
css3
/
selectors3
/
xml
/
css3-modsel-180a.css
blob: 03e4d983f49fecd9e03a04a86002fe38785a12c3 [
file
] [
log
] [
blame
]
p
{
color
:
green
;
}
p
:
first-letter
{
background
:
red
;
color
:
yellow
;
font-size
:
4em
;
}
p
::
first-letter
{
background
:
red
;
color
:
yellow
;
font-size
:
4em
;
}