4 <title>balancing multicol with max-height
</title>
5 <script src=
"../../../resources/js-test.js"></script>
8 testRunner
.dumpAsText();
12 <p>There should be two identical boxes below.
</p>
13 <div id=
"mc" style=
"-webkit-columns:3; columns:3; max-height:2em; line-height:1.5em; orphans:1; widows:1; color:olive; background:olive;">
19 <div id=
"ref" style=
"margin-top:1em; height:2em; color:olive; background:olive;">
23 shouldBe("mc.offsetHeight", "ref.offsetHeight");
24 // There should be horizontal overflow:
25 shouldNotBe("document.documentElement.scrollWidth", "document.documentElement.clientWidth");
26 shouldBeGreaterThanOrEqual("document.documentElement.scrollWidth", "document.documentElement.clientWidth");