Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / nested-fixed-height-with-struts.html
blob978cb615b91fcb7a57ac41a0f49272ff30a3d7af
1 <!DOCTYPE html>
2 <style>
3 .box { display:inline-block; width:1em; height:4em; background:blue; }
4 </style>
5 <p>There should be a blue square below.</p>
6 <div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; line-height:5em; width:4em; height:12.5em;">
7 <br>
8 <div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; height:25em;">
9 <div class="box"></div><br>
10 <div class="box"></div><br>
11 <br>
12 <div class="box"></div><br>
13 <br>
14 <div class="box"></div><br>
15 </div>
16 </div>