haikuwebkit/LayoutTests/fast/css/currentColor-on-before-afte...

5 lines
213 B
HTML

<!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>