blob: 8630e2ba06ce7015cf353187e2846f8f6964ca2c [file] [log] [blame]
ap9cd074c2006-01-05 20:48:53 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
thatcherffd46e02005-10-25 00:42:22 +00002<html>
3 <head>
4 <title>CSS 2.1 Test Suite: color</title>
5 <style type="text/css">
6 .one {color: green;}
7 </style>
darinec375482007-01-06 01:36:24 +00008 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" title="14.1 Foreground color: the 'color' property">
thatcherffd46e02005-10-25 00:42:22 +00009 </head>
10 <body>
11 <p class="one">
12 This line should be green.
13 </p>
14 <p style="color: green;">
15 This line should be green.
16 </p>
17 </body>
18</html>