chromium/third_party/blink/web_tests/fast/multicol/span/multicol-with-padding-expected.html

<!DOCTYPE html>
<p>Test that a spanner is positioned correctly wrt. to the padding of the multicol container.</p>
<p>Below there should be a yellow square inside a blue square.</p>
<div style="padding:4em; width:10em; background:blue;">
    <div style="width:10em; height:10em; background:yellow;"></div>
</div>