8 border:
1px solid black;
12 -webkit-writing-mode: horizontal-bt;
21 background-color: orange;
27 <div class=
"horizontal-bt container">
28 <div class=
"offset"></div>
29 <div class=
"target"></div>
31 An orange rect should be painted.
<br/>
32 In DumpRenderTree, there should be repaint logs of
100x100 rect. We don't care how many times is the log dumpped.
33 <script src=
"../../resources/run-after-layout-and-paint.js"></script>
34 <script src=
"resources/text-based-repaint.js"></script>
36 repaintTest = function() {
37 var target
= document
.getElementsByClassName("target")[0];
38 target
.style
.visibility
= "visible";
40 var container
= document
.getElementsByClassName("container")[0];
41 runAfterLayoutAndPaint(function() {
42 container
.scrollTop
= 0;