summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/inline-block/relative-positioned-rtl-crash.html
blob: 388092c66b594440fec58c9ab308e50f705708eb (plain)
1
2
3
4
5
6
7
8
9
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<body style="direction: rtl;">
    <div style="display: inline-block; width: 100px; position: relative; height: 10px;">
        <img style="position: absolute;"/>
    </div>
</body>