chromium/third_party/blink/web_tests/fast/inline-block/relative-positioned-rtl-crash.html

<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>