blob: 4c6b1b48ac1db58d05751fd7409b5cf5d3333c1b [file] [log] [blame]
<!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>