blob: bd468820339bb2bacbaf91ba64911ec24fc1de26 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<style>
div {
background: green;
height: 100px;
width: 300px;
}
</style>
<body>
<p>Test passes if there is no red visible on the page.</p>
<div></div>
</body>