2 <style type=
"text/css">
8 background-color: green
;
12 background-color: red
;
17 Tests that the sticky node will be popped out into a stacking context on top of the node which follows it. You should
18 see no red boxes as the green sticky div should pop on top of the red div placed under it.
20 <div class=
"sticky"></div>
21 <div class=
"red"></div>