Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t1401-c531-color-00-a.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: color</title>
5   <style type="text/css">
6    .one {color: green;}
7   </style>
8   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" title="14.1 Foreground color: the 'color' property">
9  </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>