Sign in
webkit
/
WebKit
/
c19171a123537df24000c2385ff2300a0c5e6314
/
.
/
LayoutTests
/
fast
/
css
/
currentColor-background-paint-expected.html
blob: 7c25cf794100daccd87a38d8da0f9a53852e98d7 [
file
] [
log
] [
blame
]
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>