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

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