Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css1 / basic / contextual_selectors.html
blobeb64493b079b28e8add72a69acf553598336ad9b
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2 <HTML>
3 <HEAD>
4 <TITLE>CSS1 Test Suite: 1.6 Contextual selectors</TITLE>
5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <META http-equiv="Content-Style-Type" content="text/css">
8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
9 <STYLE type="text/css">
10 P {color: navy; font-family: serif;}
11 HTML BODY TABLE P {color: purple; font-family: sans-serif;}
12 EM, UL LI LI {color: green;}
13 </STYLE>
15 </HEAD>
17 <BODY><P>The style declarations which apply to the text below are:</P>
18 <PRE>P {color: navy; font-family: serif;}
19 HTML BODY TABLE P {color: purple; font-family: sans-serif;}
20 EM, UL LI LI {color: green;}
22 </PRE>
23 <HR>
24 <P>
25 This sentence should be navy serif in the first half of the page, but purple and sans-serif in the table.
26 </P>
27 <P>
28 This sentence should be normal for its section, except for the last word, which should be <EM>green</EM>.
29 </P>
30 <UL>
31 <LI><EM>Hello.</EM> The first "hello" should be green, but this part should be black.
32 <UL>
33 <LI>This should be green.
34 </UL>
35 </UL>
38 <TABLE border cellspacing="0" cellpadding="3" class="tabletest">
39 <TR>
40 <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD>
41 </TR>
42 <TR>
43 <TD bgcolor="silver">&nbsp;</TD>
44 <TD><P>
45 This sentence should be navy serif in the first half of the page, but purple and sans-serif in the table.
46 </P>
47 <P>
48 This sentence should be normal for its section, except for the last word, which should be <EM>green</EM>.
49 </P>
50 <UL>
51 <LI><EM>Hello.</EM> The first "hello" should be green, but this part should be black.
52 <UL>
53 <LI>This should be green.
54 </UL>
55 </UL>
56 </TD></TR></TABLE></BODY>
57 </HTML>