blob: 2ee68cd4752e814d596160d3a36718200ba299ce [file] [log] [blame] [edit]
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
div
{
background-color: green;
height: 100px;
margin-left: 50px;
margin-top: 66px;
width: 100px;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.
<div></div>