chromium/third_party/blink/web_tests/fast/multicol/out-of-flow/abspos-auto-position-expected.html

<!DOCTYPE html>
<p>There should be a hotpink square, centered inside a yellow rectangle.</p>
<div style="padding:10px; height:6em; margin-top:100px; width:18em; background:yellow;">
    <div style="width:6em; height:6em; margin:auto; background:hotpink;"></div>
</div>