Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / paged-becomes-multicol-auto-height-expected.html
1 <!DOCTYPE html>
2 <p>You should see the word 'PASS' below.</p>
3 <div style="float:left;">
4     <div id="elm" style="-webkit-columns:4; columns:4; -webkit-column-gap:0; column-gap:0; orphans:1; widows:1;">
5         P<br>
6         A<br>
7         S<br>
8         S<br>
9     </div>
10 </div>