blob: a277d1c90c7cd4018b3cd89627e49e10443f1684 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<style>
.column { float:left; width:1em; }
</style>
<p>Test that we establish two column rows for the contents of an inner multicol container that
crosses a column boundary in the outer multicol container.</p>
<p>The word "PASS" should be seen below, with large letter spacing, and no red.</p>
<div style="line-height:2em;">
<div class="column">P</div>
<div class="column">A</div>
<div class="column">S</div>
<div class="column">S</div>
</div>
|