haikuwebkit/LayoutTests/css2.1/t0805-c5511-ibrdr-tw-00-a.html

19 lines
600 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-top-width</title>
<style type="text/css">
.two {border-top-width: thin; border-style: solid;}
.three {border-top-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 class="one">
<span class="two"> This box should have a thin top border.</span>
</p>
<p class="one">
There should be no red on this line. <span class="three">   </span>
</p>
</body>
</html>