blob: 1b1d2ee9fb7a031e4e3bdf69399a50f6eeb18982 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>It tests that fixed (auto)positioned element is placed properly when the parent element is sticky positioned.</title>
</head>
<body>
<div style="position: relative; left: 42px; width: 22px; height: 22px; background-color: green;"></div>
<div style="position: relative; left: 42px; margin-top: 5px; width: 22px; height: 22px; background-color: green;"></div>
</body>
</html>