2 <script src=
"../../resources/js-test.js"></script>
4 description("Test column balancer behavior when widows requirements are high, and there are so many lines that there's no need for early breaks to honor widows");
6 <p>There should be
6 lines in the first column,
5 in the second and
5 in the last one.
</p>
7 <div id=
"mc" style=
"-webkit-columns:3; columns:3; -webkit-column-rule:solid; line-height:50px;">
8 <div style=
"orphans:1; widows:5;">
28 shouldBe("mc.offsetHeight", "300");