blob: 005bb6e5ef6b2e8b7208890108868cc45e100ec4 [file] [log] [blame]
<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>