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