4 <title>Composited overflow scrolling for RTL
</title>
12 .container::-webkit-scrollbar {
17 display: inline-block;
26 background-color: red;
33 background-color: blue;
38 <div style=
"transform:translateZ(0);">
39 This test succeeds if the two blocks correctly show content scrolled to the rightmost and leftmost respectively.
41 <div class=
"container">
42 <div class=
"overflow">
43 <div class=
"left"></div>
44 <div class=
"right"></div>
47 <div class=
"container" id=
"second">
48 <div class=
"overflow">
49 <div class=
"left"></div>
50 <div class=
"right"></div>
54 document
.getElementById('second').scrollLeft
= 0;