<!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> |