Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / nested-outer-fixed-height-expected.html
bloba277d1c90c7cd4018b3cd89627e49e10443f1684
1 <!DOCTYPE html>
2 <style>
3 .column { float:left; width:1em; }
4 </style>
5 <p>Test that we establish two column rows for the contents of an inner multicol container that
6 crosses a column boundary in the outer multicol container.</p>
7 <p>The word "PASS" should be seen below, with large letter spacing, and no red.</p>
8 <div style="line-height:2em;">
9 <div class="column">P</div>
10 <div class="column">A</div>
11 <div class="column">S</div>
12 <div class="column">S</div>
13 </div>