Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
multicol
/
transform-inside-opacity-expected.html
blob: 9d7e3bf43856ef628c0f0578959366a31e65a808 [
file
] [
log
] [
blame
]
<div
style
=
"
position
:
relative
;
width
:
420px
;
border
:
2px
solid black
;
height
:
200px
"
>
<div
style
=
"
opacity
:
0.5
;
position
:
absolute
;
width
:
200px
;
height
:
100px
;
background-color
:
green
;
right
:
0
;
top
:
0
"
></div>
</div>
</div>