haikuwebkit/LayoutTests/fast/images/async-image-body-background...

16 lines
213 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
iframe {
width: 200px;
height: 100px;
background-color: green;
}
</style>
</head>
<body>
<iframe frameBorder="0"></iframe>
</body>
</html>