Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / mixed-opacity-test.html
1 <div style="position:relative; -webkit-column-count:2; -webkit-column-width:200px; -webkit-column-gap:20px; column-count:2; column-width:200px; column-gap:20px; column-fill:auto; border:2px solid black; width:420px; height:200px;">
2 <div style="opacity:0.5">
3 <div style="height:400px;background-color:green"></div>
4 <div style="position:absolute;height:98px;width:98px;background-color:lightgray; left:160px; top:50px;background-color:green;border:1px solid lime">
5 </div>
6 </div>
7 </div>
8 </div>