13 <div style=
"width: 1500px; height: 1500px"></div>
14 <!-- When the size of the frame is 800x600, the first 3 divs are out-of-view and should not be composited, and the last 2 divs should be composited. -->
15 <div class=
"fixed" style=
"top: -100px"></div>
16 <div class=
"fixed"></div>
17 <div class=
"fixed" style=
"top: 0px; left: 1000px"></div>
18 <div class=
"fixed" style=
"top: 0px; left: 600px"></div>
19 <div class=
"fixed" style=
"top: 0px; left: 0px"></div>