blob: 5c96c6d5f1164f905feca4c66ead7f4c7d5bfc33 [file] [log] [blame]
<!DOCTYPE html>
<style>
.container { width:300px; text-align:center; color:white; }
.box { float:left; width:100px; line-height:50px; height:100px; }
.green { background:green; }
</style>
<p>Test that an inner multicol that's also a spanner is rendered correctly.</p>
<p>There should be a green cross below. The word "PASS" should be seen on its right arm.</p>
<div class="container">
<div class="box"></div>
<div class="box green"></div>
<div class="box"></div>
<div class="box green"></div>
<div class="box green"></div>
<div class="box green"><br>PASS</div>
<div class="box"></div>
<div class="box green"></div>
<div class="box"></div>
</div>