blob: e39dd50f79b7b5e39ca9e837017f897bd7ac384e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-1085" />
<style type="text/css">
.box {
height: 50px;
width: 50px;
background-image: -webkit-linear-gradient(blue, blue);
background-color: red;
-webkit-box-shadow: 20px 20px 5px green;
}
</style>
</head>
<body>
Test passes when a blue box is drawn with a green shadow.
<div class="box"></div>
</body>
</html>