blob: b21217c91e311065d41c6b893baaf36a86315f44 [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
{
border: green solid 20px;
height: 100px;
margin: 50px;
width: 100px;
}
</style>
<p>Test passes if there are 2 identical green squares and <strong>no red</strong>.
<div></div>
<div></div>