4 <style type='text/css'
>
9 transform:translateZ
(0);
12 <script type='text/javascript'
>
14 var canvas
= document
.createElement('canvas');
17 var content
= document
.getElementById("content");
18 content
.onload = function() {
19 var overflow
= document
.getElementById("overflow");
20 overflow
.scrollTop
= 50;
21 if (window
.testRunner
)
22 testRunner
.notifyDone();
24 content
.src
= canvas
.toDataURL();
26 window
.addEventListener('load', doTest
, false);
28 if (window
.testRunner
) {
29 testRunner
.waitUntilDone();
30 testRunner
.dumpAsTextWithPixelResults();
35 <!-- This test passes if a partially scrolled scrollbar appears -->