haikuwebkit/LayoutTests/fast/block/positioning/relative-overflow-replaced....

6 lines
246 B
HTML

<html>
<body>
<img style="position:relative;left:1000px;top:1000px;height:100px;width:100px;background-color:lime">
The image should be 1000px over to the right and bottom, which should cause horizontal and vertical scrollbars to appear.
</body>