summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/block/positioning/fixed-position-transform-related-container-expected.html
blob: 2e48f564d5e775fdd9f4d3127deba6c3134b2dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>

<div style="position:absolute; left:50px;">
    <div style="position:absolute; top:50px; transform-style:preserve-3d;">
        <div style="position:fixed; left:5px; top:5px; width:50px; height:50px; background-color:green;">
        </div>
    </div>
</div>


<div style="position:absolute; left:50px;">
    <div style="position:absolute; top:150px; perspective:1px;">
        <div style="position:fixed; left:5px; top:5px; width:50px; height:50px; background-color:green;">
        </div>
    </div>
</div>