Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0505-c16-descendant-02-e.html
blob56b773ec61536b2dd4f5f9a915316a2ade516508
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>