haikuwebkit/LayoutTests/css2.1/t1401-c531-color-00-a.html

18 lines
451 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: color</title>
<style type="text/css">
.one {color: green;}
</style>
<link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" title="14.1 Foreground color: the 'color' property">
</head>
<body>
<p class="one">
This line should be green.
</p>
<p style="color: green;">
This line should be green.
</p>
</body>
</html>