<!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>