8 border:
1px solid black;
12 -webkit-writing-mode: horizontal-bt;
21 background-color: orange;
26 <div class=
"horizontal-bt container">
27 <div class=
"offset"></div>
28 <div class=
"target"></div>
30 An orange rect should be painted.
<br/>
31 In DumpRenderTree, there should be repaint logs of
100x100 rect. We don't care how many times is the log dumpped.
33 var container
= document
.getElementsByClassName("container")[0];
35 container
.scrollTop
= 0;