blob: c9eda428ed09e66fc40a4eea79f3ceae79e5aae0 [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 {
-webkit-transform: translate3d(0, 0, 0);
}
* { margin: 0; padding: 0; }
</style>
</head>
<div class="opacity solid composited">123</div>
</html>