chromium/third_party/blink/web_tests/fast/writing-mode/absolute-overconstrained-writing-mode-expected.html

<!DOCTYPE html>
<style>
    div {
        position: absolute;
        width: 100px;
        height: 100px;
        border: 3px solid black;
        right: 0;
    }
</style>
<body>
    <div></div>
</body>