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