3 if (window
.internals
) {
4 internals
.settings
.setCSSStickyPositionEnabled(true);
7 <style type=
"text/css">
13 background-color: red
;
16 background-color: green
;
20 background-color: green
;
25 <div class=
"spacer"></div>
28 Tests that the absolute positioned child is positioned relative to the sticky container. You should see only a
29 green box as this will cover up the red box above the sticky div.
31 <div class=
"absoffset"></div>