haikuwebkit/LayoutTests/fast/layers/blank-content-when-child-la...

17 lines
279 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>This tests that we paint the parent layer properly even when the child layer is positioned far off.</title>
<style>
div {
height: 100px;
width: 100px;
background-color: green;
}
</style>
</head>
<body>
<div></div>
</body>
</html>