4 <title>Column rule in scrollable multicol container
</title>
12 column-rule:
100px solid;
14 -moz-column-gap:
110px;
15 -moz-column-rule:
100px solid;
17 -webkit-column-gap:
110px;
18 -webkit-column-rule:
100px solid;
26 if (window
.testRunner
)
27 testRunner
.waitUntilDone();
29 document
.getElementById('elm').scrollLeft
= 200;
30 if (window
.testRunner
)
31 testRunner
.notifyDone();
36 <p>There should be
<b>two
</b> black squares below.
</p>
37 <div id=
"elm" class=
"mc">
38 <div style=
"height:600px;"></div>