blob: 239116daecd77490f0d9e5227bee093f5a0c9418 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests object with visibility hidden</title>
<style>
div {
will-change: transform;
width: 50px;
height: 50px;
margin: 16px 0px 0px 8px;
background-color: green;
}
</style>
</head>
<body>
<div></div>
</body>
</html>