blob: dbadb0953b0e5ee6b2ba83b1f781b421199d9a86 [file] [log] [blame]
<!DOCTYPE>
<html>
<head>
<title>Simple composited reflections</title>
<style type="text/css" media="screen">
img {
margin: 20px;
}
.compositing {
-webkit-transform: translateZ(0);
}
.masked {
-webkit-mask-image: url(../resources/alpha-gradient.png);
-webkit-mask-repeat: repeat-y;
}
</style>
</head>
<body>
<p>Testing reflections on directly composited images. Left and right sides should look the same.</p>
<img class="masked" src="../resources/thiswayup.png" width="184" height="124">
<img class="compositing masked" src="../resources/thiswayup.png" width="184" height="124">
</body>
</html>