Sign in
webkit
/
WebKit
/
2598d32a5e259a9a64935a4105be3abd69798be8
/
.
/
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'
;
}