<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>CSS Reftest Reference</title> <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <style type="text/css"> body {margin: 8px;} p { font: 1em/1.25 serif; margin: 1em 0em; } div { background-color: green; height: 194px; left: 118px; position: relative; top: 46px; width: 392px; } </style> </head> <body> <p>Test passes if there is a filled green<br> rectangle and if there is no red.</p> <div></div> </body> </html>