6 The purple box should stick to the bottom of the window.
8 document
.body
.offsetTop
; // Force layout now.
10 <div style=
"height: 2000px; width: 1px; position: absolute;">
12 <div style=
"position: fixed; bottom: 0; height: 100px; width: 100px; background: purple;"></div>
13 <!-- Try to load a resource. -->
14 <span style=
"display: none; background-image: url(data:image/png,);"></span>