blob: 8be4ce20e3d756e9121299bddba79951005905fc [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Test: Background clip and border painting order</title>
<link rel="author" title="Julien Chaffraix" href="mailto:jchaffraix@webkit.org">
<link rel="reviewer" title="Arron Eicholz" href="mailto:arronei@microsoft.com" /> <!-- 2012-10-27 -->
<meta name="flags" content="">
<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>