haikuwebkit/LayoutTests/fast/block/positioning/absolute-position-direction...

12 lines
327 B
HTML

<html>
<head>
<title>Absolute position direction in Quirks mode</title>
</head>
<body>
<p>The green square should be on the right hand side of the page.</p>
<div style="direction: rtl;">
<div style="position: absolute; width: 100px; height: 100px; background: lightgreen;"></div>
</div>
</body>
</html>