Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / block / positioning / relative-overflow-replaced-float.html
1 <html>
2 <script>
3 if (window.internals) {
4     window.internals.settings.setForceCompositingMode(true);
5 }
6 </script>
7 <body>
8 <img style="float:left;position:relative;left:1000px;top:1000px;height:100px;width:100px;background-color:lime">
9 The image should be 1000px over to the right and bottom, which should cause horizontal and vertical scrollbars to appear.
10 </body>