blob: c9905e9a989ad269fe3612b22d3941143e1aa4a7 [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: 2150px;
height: 200px;
background-color: green;
}
.opacity { opacity: .5; }
.a { top: 0px; left: 0px;}
.b { top: 100px; left: 0px;}
.composited {
-webkit-transform: translateZ(0);
}
* { margin: 0; padding: 0; }
</style>
</head>
<div class="opacity">
<div class="solid a">1</div>
<div class="solid b">2</div>
</div>
</html>