haikuwebkit/LayoutTests/fast/repaint/fixed-to-relative-position-...

11 lines
344 B
HTML

<html>
<head>
<link rel="stylesheet" href="resources/default.css">
</head>
<body>
<!-- You should see 2 rectangles touching on one corner in the output: a green one (top left) and a green one. -->
<div style="top: 208px;" class="fixed blue"></div>
<div style="top: 308px; left:108px;" class="fixed green"></div>
</body>
</html>