2 <script src=
"../../resources/run-after-layout-and-paint.js"></script>
3 <div id=
"target" style=
"overflow:scroll; width: 300px; height: 300px;">
4 <div style=
"height: 1000px; width: 100px;"></div>
5 <div style=
"backface-visibility: hidden;">
6 <div style=
"position: absolute; top: 200px; width: 100px; height: 100px; background: red"></div>
10 // Test that a non-stacking-context scroller does not scroll an absolutely positioned child.
12 runAfterLayoutAndPaint(function() {
13 target
.scrollTop
+= 100;