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; line-height:50px; margin:1em; float:left; width:18em; color:olive; background:olive;">
21 <span style=
"line-height:150px;">line
</span><br>
25 <div id=
"ref" style=
"-webkit-columns:3; columns:3; orphans:1; widows:1; line-height:50px; margin:1em; float:left; width:18em; height:250px; color:olive; background:olive;">
33 <span style=
"line-height:150px;">line
</span><br>
38 shouldBe("mc.offsetHeight", "ref.offsetHeight");