3 <title>Vertical scroll test for composited elements
</title>
4 <script type=
"text/javascript" charset=
"utf-8">
6 testRunner.waitUntilDone();
15 <body style=
"height: 600px">
16 <div style=
"transform: rotate3d(0,0,1,20deg); width: 800px; height: 1000px; border-style: solid; border-color: Red; border-width: 3px; background-image: url(../resources/apple.jpg); background-repeat:repeat"></div>
17 <script type=
"text/javascript" charset=
"utf-8">
18 window.scrollBy(
0,
200);
19 if (window.testRunner)
20 testRunner.notifyDone();