Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / unbreakable-content-taller-than-height-crash.html
blobc27413c56dfd410f6f744e0e4f0f01fbbf39f71a
1 <!DOCTYPE html>
2 <p>Test that unbreakable content inside a multicol container that's taller than the specified height
3 of the multicol container doesn't cause an assertion failure.</p>
4 <p>PASS if no crash or assertion failure.</p>
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 </script>
9 <div style="-webkit-columns:2; height:0.2em;">
11 </div>