blob: a03d6e202091f4ea0d1a62948b60e4e12ef2ccef [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Backgrounds and Borders Reference: background-clip - initial value</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<style>
div {
background-color: green;
height: 160px;
width: 160px;
}
</style>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>