11 background-color: red;
15 background-color: lime;
44 <!-- This red div should be completely underneath the green div -->
45 <div class=
"red box behind"> </div>
46 <!-- This lime colored div should correctly detect overlap and become composited. -->
47 <div class=
"lime box ontop"> </div>