4 <title>This tests that we position composited content properly when they are clipped to the viewport.
</title>
17 for (i
= 0; i
< 50; ++i
) {
18 var element
= document
.createElement("div");
19 element
.className
= "jiggle";
20 element
.style
.top
= (6 * i
) + "px";
21 element
.style
.left
= leftPos
+ "px";
22 document
.body
.appendChild(element
);