Sign in
webkit
/
WebKit
/
163a909a39fd7937101409376437494eaaac3484
/
.
/
LayoutTests
/
fast
/
css
/
currentColor-on-before-after-pseudo-elements.html
blob: d29b676e5c2ea9cd552bb3fdad0f505156a1de00 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
span
::
before
,
span
::
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>