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