Sign in
webkit
/
WebKit
/
071cb910853a64dadfac7c91d9a8aa5f37bf8544
/
.
/
LayoutTests
/
fast
/
css
/
currentColor-on-before-after-pseudo-elements.html
blob: 38371bee5f59d86a0bad57604ff085d66552e1e3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
span
:
matches
(::
before
,
::
after
)
{
content
:
'FAIL'
;
background
:
currentColor
;
}
</style>
<p>
There should be a blue block below:
<p><span
style
=
"
color
:
white
"
></span>
<span
style
=
"
color
:
navy
"
></span>