Files
servo/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1print/reference/box-shadow-inset-spread-without-border-radius.xht

24 lines
706 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>Reference File</title>
<link href="mailto:joy.xczhang@gmail.com" rel="author" title="Zhang Xiaochong" />
<style type="text/css">
.container {
position: relative;
}
.ref {
background-color: green;
height: 150px;
position: absolute;
width: 150px;
}
</style>
</head>
<body>
<p>The test passes if there is a filled green square and no red.</p>
<div class="container">
<div class="ref"></div>
</div>
</body></html>