[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0505-c16-descendant-02-e.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: Contextual selectors</title>
5   <style type="text/css">
6    p {color: green;}
7    html body div {color: red;}
8   </style>
9   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#descendant-selectors" title="5.5 Descendant selectors">
10  </head>
11  <body>
12   <div><p> This line should be green. </p></div>
13  </body>
14 </html>