summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/writing-mode/absolute-overconstrained-direction-expected.html
blob: f3420d2808c63df8f8b592f8cc845b476fd84eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<style>
    div {
        position: absolute;
        width: 100px;
        height: 100px;
        border: 3px solid black;
        right: 0;
    }
</style>
<body>
    <div></div>
</body>