haikuwebkit/LayoutTests/fast/css/currentColor-background-pai...

16 lines
243 B
HTML

Both divs should have green background.
<div></div>
<div>Works with text</div>
<style>
div {
width: 200px;
height: 50px;
color: green;
background-color: green;
text-shadow: 1px 1px 0 white;
margin: 1rem 0;
}
</style>