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:3; columns:3; orphans:1; widows:1; color:olive; background:olive;">
14 <div style=
"font-size:1.3em;">line
</div>
24 <div id=
"ref" style=
"margin-top:1em; color:olive; background:olive;">
25 <div style=
"font-size:1.3em;">line
</div>
30 shouldBe("mc.offsetHeight", "ref.offsetHeight");