blob: d9c2a204d927aa7a99c952b3fc4d1e1c50b973fd [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Test: Outline-color set to '#00000'</title>
<style type="text/css">
#reference
{
background-color: black;
height: 100px;
width: 100px;
margin: 50px 0 0 50px;
}
</style>
</head>
<body>
<p>Test passes if the two boxes below are the same color.</p>
<div id="reference"></div>
<div id="reference"></div>
</body>
</html>