<!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"> p {margin: 1em auto 0em;} div { background-color: green; height: 150px; margin: 0px 125px 125px; padding: 100px 0px; width: 250px; } div > div { background-color: transparent; border: green solid 25px; height: 100px; padding: 0px; position: relative; right: 250px; width: 500px; } </style> </head> <body> <p>Test passes if there is <strong>no red</strong>.</p> <div> <div></div> </div> </body> </html>