Sign in
webkit
/
WebKit
/
8de09782621a8d8b47ef684da5e0e163b556e859
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-169.css
blob: 38d302a8996a00ce526ccf6522f45f80015a1190 [
file
] [
log
] [
blame
]
span
:
after
{
background-color
:
red
;
content
:
'FAILED'
;
}
span
::
after
{
background-color
:
lime
;
content
:
'PASSED'
;
}