4 <title>auto-height multicol
</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:4; columns:4; orphans:1; widows:1; color:olive; background:olive;">
16 <div id=
"ref" style=
"margin-top:1em; color:olive; background:olive;">
20 shouldBe("mc.offsetHeight", "ref.offsetHeight");