blob: 677a5f3312e76854a7b3fddd1e7aff1a02366809 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference Test</title>
<link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
div
{
background-color: green;
height: 200px;
width: 600px;
}
</style>
<p>Test passes if there is a filled green rectangle and <strong>no red</strong>.
<div></div>