blob: 3ff7980de6c04776bba4ded110e14229d92e5c06 [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: 85px;
margin: 60px 60px 20px;
width: 85px;
}
div#second
{
margin-top: 0px;
}
</style>
<p>Test passes if there are 2 identical green squares and <strong>no red</strong>.
<div></div>
<div id="second"></div>