Sign in
webkit
/
WebKit
/
bd9ea4a5474a3d7a80a4f79c542279d7b8a087a0
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-179a.css
blob: a5e4c403968b41df622f900d94aa4c17194158e0 [
file
] [
log
] [
blame
]
p
{
color
:
green
;
}
p
:
first-line
{
background
:
red
;
color
:
yellow
;
font-size
:
4em
;
}
p
::
first-line
{
background
:
red
;
color
:
yellow
;
font-size
:
4em
;
}