10 border:
2px solid black;
14 if (window
.testRunner
)
15 testRunner
.waitUntilDone();
17 window
.internals
.settings
.setPreferCompositingToLCDTextEnabled(true);
22 This test scrolls a nested iframe down, then clicks on a select element. If
23 updateWidgetPositions() hasn't been called properly, this will cause the frame
24 to scroll to where it thinks the element being clicked on is. Javascript
25 execution will start in the onload handler in
26 resources/update-widget-positions-on-nested-frames-and-scrollers-inner-frame.html.
29 <iframe src=
"resources/update-widget-positions-on-nested-frames-and-scrollers-outer-frame.html"></iframe>