blob: d8e0d745ba5fce0f703411fb30b854f7a894cd50 [file] [log] [blame]
<!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>