blob: b82ffb93bc1b6a835a985c2c0fcb11d8c6a20abe [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.box {
height: 50px;
width: 50px;
background-color: blue;
-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>