12 background-color: green;
16 background-color: lime;
20 background-color: blue;
55 <!-- This green div should be completely underneath the lime div -->
56 <div class=
"green box behind"> </div>
57 <!-- This lime colored div should correctly detect overlap and become composited. -->
58 <div class=
"lime box inmiddle"> </div>
59 <!-- The blue colord div should also correctly detect overlap on top of the second layer. -->
60 <div class=
"blue box ontop"> </div>