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