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