3 <title>Reduction
</title>
16 transform:translate3d(
0px,
0px,
0px);
35 #transformed-container {
36 transform: translateX(
0);
43 border:
2px solid black;
56 <script src=
"../../resources/run-after-layout-and-paint.js"></script>
59 if (window
.testRunner
) {
60 testRunner
.dumpAsTextWithPixelResults();
61 testRunner
.waitUntilDone();
64 function repaintTest() {
65 runAfterLayoutAndPaint(function() {
66 document
.getElementById('overflow').scrollTop
= 30;
67 runAfterLayoutAndPaint(function() {
68 document
.getElementById('overflow').scrollTop
= 50;
69 testRunner
.notifyDone();
76 <body onload=
"repaintTest()">
77 <div id=
"content-container">
78 <div id=
"composited"></div>
79 <div id=
"positioned-2">
80 <div id=
"transformed-container" class=
"positioned-3">
81 <div id=
"overflow" class=
"positioned-3">
82 <div class=
"positioned-4"></div>
84 <div style=
"background-color:purple; width:50px; height:300px;"></div>
86 <div style=
"width:500px; height:50px; background-color:green;"></div>