blob: 6b04953b1003ef3ae4c958fdcc7e1c7011e70099 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that clipping a block element does not leave cruft behind.</title>
<style>
div {
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 72px;
background-color: yellow;
-webkit-transform: translateZ(0);
}
</style>
</head>
<body>
<div></div>
</body>