haikuwebkit/LayoutTests/fast/repaint/absolute-position-moved-exp...

10 lines
284 B
HTML

<html>
<head>
<link rel="stylesheet" href="resources/default.css">
</head>
<body style="height:2000px;">
<!-- You should see 1 green rectangle in the output and no red. -->
<div id="absoluteDiv" style="top:100px; left:100px;" class="absolute green"></div>
</body>
</html>