10 window
.scrollTo(200, 500);
12 // The calls below should not take effect, given
13 // that setting scrollTop/Left on the root node
14 // is no-op in quirks-mode, and that the body
16 document
.documentElement
.scrollTop
= 1;
17 document
.body
.scrollTop
= 2;
24 <frame src=
"about:blank"></frame>