blob: 2ba731ac673a126c14feb0d211b3bcd9ca790799 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that repaint overflow part when overflow becomes clipped.</title>
<style>
div {
background: green;
overflow: visible;
height: 50px;
width: 50px;
}
</style>
</head>
<body>
PASS if no red is visible.
<div></div>
</body>
</html>