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

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