blob: 3776a006095dd3ec5b9ea826e3260c91469711b6 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Jun Ichikawa" href="mailto:jun1ka0@gmail.com">
<link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
<style type="text/css">
#box {
position: absolute;
top: 100px;
left:0px;
width: 200px;
height: 200px;
background-color: rgb(0, 255,0);
}
#box_shadow {
position: absolute;
top: 110px;
left:20px;
width: 200px;
height: 200px;
background-color: rgb(0, 255, 0);
}
</style>
</head>
<body>
<p>You should see two green overlapping rectangles and no red.</p>
<div id="box_shadow"></div>
<div id="box"></div>
</body>
</html>