Source code
Revision control
Copy as Markdown
Other Tools
<!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
{
border: green solid 30px;
height: 100px;
margin: 50px;
width: 100px;
}
</style>
<p>Test passes if there is no red color visible on the page.
<div></div>