<!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> |