haikuwebkit/LayoutTests/fast/overflow/overflow-visible-should-ign...

8 lines
239 B
HTML

<!DOCTYPE html>
<html>
<body>
<span style="position:absolute;">Absolute</span><span style="position:relative;left:100px;">Relative</span><br/>
This test is successful if both words in the above line are displayed properly.
</body>
</html>