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