haikuwebkit/LayoutTests/compositing/geometry/transform-and-repaint-updat...

17 lines
225 B
HTML

<!DOCTYPE html>
<head>
<style>
#box {
display: block;
width: 100px;
height: 100px;
background-color: green;
transform: translate3d(300px, 0, 0);
}
</style>
</head>
<body>
<div id="box"></div>
</body>