haikuwebkit/LayoutTests/fast/images/async-image-composited-show...

17 lines
273 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
.container {
position: relative;
width: 400px;
height: 400px;
background-color: green;
}
</style>
</head>
<body>
<div class="container"></div>
</body>
</html>