blob: d428e7bc99dc8311f8039b983bfad400014b9ecb [file] [log] [blame]
<!DOCTYPE html>
<style>
.mc { -webkit-columns:2; -webkit-column-gap:0; orphans:1; widows:1; }
</style>
<p>Basic test for multicol inside multicol, where the inner multicol crosses column boundaries in
the outer multicol, so that it has to establish multiple rows / fragmentation groups.</p>
<p>Below, the word "PASS" should be seen, with large letter spacing on a lime background. No red should be seen.</p>
<div class="mc" style="width:4em; background:red;">
<div>
<div class="mc" style="background:lime;">
P<br>A<br>S<br>S
</div>
</div>
</div>