4 <title>Composited overflow scrolling for RTL
</title>
11 .container::-webkit-scrollbar {
16 display: inline-block;
25 background-color: red;
32 background-color: blue;
37 <div style=
"transform:translateZ(0);">
38 This test succeeds if the two blocks correctly show content scrolled to the rightmost and leftmost respectively.
40 <div class=
"container" id=
"first">
41 <div class=
"overflow">
42 <div class=
"left"></div>
43 <div class=
"right"></div>
46 <div class=
"container">
47 <div class=
"overflow">
48 <div class=
"left"></div>
49 <div class=
"right"></div>
53 document
.getElementById('first').scrollLeft
= 600;