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