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