Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
imported
/
blink
/
paint
/
transparency
/
transparency-that-paints-content-only-in-child-expected.html
blob: 584046bd1e8d94136a3ca11a38dbd3f3071b3e10 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<div
style
=
"
opacity
:
0.5
;
position
:
relative
;
height
:
0
;
"
>
<div
style
=
"
background
:
green
;
"
>
Background should be pale green
</div>
</div>