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