blob: 0b8c63dc2495df9a0a43fbca887a4362817ed3cb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Absolute position direction in Strict mode</title>
</head>
<body>
<p>The green square should be on the left hand side of the page.</p>
<div style="direction: rtl;">
<div style="position: absolute; width: 100px; height: 100px; background: lightgreen;"></div>
</div>
</body>
</html>