Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / content-height-zero-crash.html
blobb2446dd1f30243bc1690ffa6939d99eb9a4fa778
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <p>
6 This tests for a crash when specifying multiple columns for a block with 0 content height.
7 </p>
8 <div style="height: 0; -webkit-column-count: 2;">
9 <div style="height: 50px; width: 100px;"></div>
10 </div>