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