blob: 3ecc0db78fba14b11e10ae5ec2b7f228473c615d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests frames with visibility hidden</title>
<style>
div {
will-change: transform;
width: 50px;
height: 50px;
background-color: green;
}
</style>
</head>
<body>
<div></div>
</body>
</html>