haikuwebkit/LayoutTests/css2.1/t0805-c5513-brdr-bw-02-b.html

16 lines
436 B
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: border-bottom-width</title>
<style type="text/css">
.five {border-bottom-width: 25px; color: red;}
</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 red on this page:</p>
<p class="five">
 
</p>
</body>
</html>