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