blob: 2c91b4cd5179d2eec92de5f2c65fa4831623e5e6 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<style type="text/css" media="screen">
div {
-webkit-box-sizing: border-box;
}
.solid {
position: absolute;
width: 200px;
height: 200px;
background-color: green;
}
.opacity { opacity: .1; }
.composited {
will-change: transform;
}
* { margin: 0; padding: 0; }
</style>
</head>
<div class="opacity solid composited">123</div>
</html>