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