Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positioning / relative-overflow-replaced-float.html
bloba6db01bdcc37025a2d770078785cb8244ebe6af4
1 <html>
2 <body>
3 <img style="float:left;position:relative;left:1000px;top:1000px;height:100px;width:100px;background-color:lime">
4 The image should be 1000px over to the right and bottom, which should cause horizontal and vertical scrollbars to appear.
5 </body>