chromium/third_party/blink/web_tests/fast/multicol/vertical-rl/abspos-auto-position-on-line-expected.html

<!DOCTYPE html>
<p>There should be a smiley below.</p>
<div style="writing-mode:vertical-rl; width:250px;">
    <div style="margin-right:100px; margin-top:150px; line-height:20px;">
        <br>
        :-)
    </div>
</div>