Sign in
webkit
/
WebKit
/
74a70b4650fbd719ba3c83ed49ad2fe62a266972
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-39c.css
blob: 55cb134c9c01ce64c8c46b9228c20af1e8dc12d7 [
file
] [
log
] [
blame
]
p
::
first-letter
{
color
:
lime
;
font-size
:
xx-large
;
}
p
::
before
{
color
:
red
;
content
:
'T'
;
}