4 document
.getElementById('transformed').scrollTop
= 50;
12 transform: translateX(
0);
23 background-color: green;
25 /* to make the transformed container scrollable */
31 Tests invalidation of a fixed-position child of a transformed scrolled element.
32 Passes if there is a green box at the center of the scrollable area.
33 <div id=
"transformed">
34 <div id=
"content"></div>
36 <div id=
"fixed"></div>