Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t050201-c12-grouping-00-b.html
bloba974e59e47fb51c557d458d877d62b5812fb6047
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: Grouping</title>
5 <style type="text/css">
6 .one, .two, .three { color: green; }
7 </style>
8 <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#grouping" title="5.2.1 Grouping">
9 </head>
10 <body>
11 <p class="one"> This sentence should be green. </p>
12 <p class="two"> This sentence should be green. </p>
13 <p class="three"> This sentence should be green. </p>
14 </body>
15 </html>