haikuwebkit/LayoutTests/fast/repaint/fixed-table-overflow-zindex...

11 lines
194 B
HTML

<html>
<head>
<style>
div { position: fixed; top: 0px; left: 0px; height: 100px; width: 200px; background-color: green; }
</style>
</head>
<body>
<div></div>
</body>
</html>