Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / geometry / vertical-scroll-composited.html
1 <html>
2 <head>
3     <title>Vertical scroll test for composited elements</title>
4     <script type="text/javascript" charset="utf-8">
5     if (window.testRunner)
6         testRunner.waitUntilDone();
7     </script>
8     <script src="../resources/mock_scrollbars.js"></script>
9 </head>
10 <body style="height: 600px">
11 <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>
12 <script type="text/javascript" charset="utf-8">
13       window.scrollBy(0, 200);
14       if (window.testRunner)
15         testRunner.notifyDone();
16 </script>
17 </body>
18 </html>