Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css1 / basic / grouping.html
blob3f1e40f8c85eb744e160fd9a591e197d8d41279b
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.2 Grouping</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 .one, .two, .three {color: green;}
11 </STYLE>
13 </HEAD>
15 <BODY><P>The style declarations which apply to the text below are:</P>
16 <PRE>.one, .two, .three {color: green;}
18 </PRE>
19 <HR>
20 <P class="one">
21 This sentence should be green.
22 </P>
23 <P class="two">
24 This sentence should be green.
25 </P>
26 <P class="three">
27 This sentence should be green.
28 </P>
31 <TABLE border cellspacing="0" cellpadding="3" class="tabletest">
32 <TR>
33 <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD>
34 </TR>
35 <TR>
36 <TD bgcolor="silver">&nbsp;</TD>
37 <TD><P class="one">
38 This sentence should be green.
39 </P>
40 <P class="two">
41 This sentence should be green.
42 </P>
43 <P class="three">
44 This sentence should be green.
45 </P>
46 </TD></TR></TABLE></BODY>
47 </HTML>