Files
servo/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1print/reference/background-paint-order-001-ref.xht

20 lines
813 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>CSS Test: Background clip and border painting order</title>
<link href="mailto:jchaffraix@webkit.org" rel="author" title="Julien Chaffraix" />
<link href="mailto:arronei@microsoft.com" rel="reviewer" title="Arron Eicholz" /> <!-- 2012-10-27 -->
<meta content="" name="flags" />
<style>
div
{
height: 100px;
width: 100px;
background-color: green;
}
</style>
</head>
<body>
<p>Test passes if there is a green rectangle below and no red visible on the page.</p>
<div></div>
</body></html>