4 <title>auto-height multicol
</title>
5 <script src=
"../../../resources/js-test.js"></script>
8 testRunner
.dumpAsText();
12 <p>There should be no scrollbar on this page.
</p>
13 <div id=
"mc" style=
"-webkit-columns:3; columns:3; overflow:auto; width:500px; orphans:1; widows:1;">
14 <div style=
"height:100px;"></div>
17 shouldBe("mc.offsetHeight", "34");
18 shouldBe("mc.scrollWidth", "500");