blob: bae9e04ef0d95d52dfb5c2271c42ef387ed2704f [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: border</title>
<style type="text/css">
p { color: blue; }
div { margin: 2em; color: red; }
img { border: 0px; }
</style>
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
</head>
<body>
<p> There should be no border around the cat: </p>
<div> <a href="http://test.example.org/"><img alt="FAIL (image support required)" src="support/cat.png"></a> </div>
</body>
</html>