Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / unresolvable-percent-max-height-2.html
blob22f7bda930e32f26ca9fd7842673f09cdc4d2f7c
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Multicol with unresolvable percentage height</title>
5 </head>
6 <body>
7 <p>There should be a blue square below, and no unnecessary scrollbar.</p>
8 <div style="-webkit-columns:2; columns:2; width:200px; max-height:100%; height:200px; background:blue;">
9 <div style="height:600px;"></div>
10 </div>
11 </body>
12 </html>