tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / platform / chromium / compositing / rubberbanding / transform-overhang-s.html
1 <html>
2 <head><title>Test rubber banding overhang drawing in compositing path</title></head>
3 <body>
4 <div style="height:30px; background-color:black; width:100%">
5 <b style="-webkit-transform:translateZ(0); position:absolute"></b>
6 </div>
7
8 <div id="info">This test requires DRT.</div>
9 <script>
10     if (window.internals) {
11         layoutTestController.dumpAsText(true);
12         document.getElementById('info').style.visibility = "hidden";
13         internals.setScrollViewPosition(document, 0, 50);
14     }
15 </script>
16 </body>
17 </html>