Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / html / css3-modsel-1.html
blobc01c9186efe4cb011b5f31a5e6a997a13caf4019
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>Groups of selectors</title>
5 <style type="text/css">li,p { background-color : lime }</style>
6 <link rel="next" href="css3-modsel-2.html" title="Type element selectors">
7 <link rel="last" href="css3-modsel-d4.html" title="Dynamic updating of :first-child and :last-child">
8 <link rel="up" href="./index.html">
9 <link rel="top" href="../../index.html">
10 </head>
11 <body>
12 <ul>
13 <li>The background of this list item should be green</li>
14 <li>The background of this second list item should be also green</li>
15 </ul>
16 <p>The background of this paragraph should be green.</p>
17 </body>
18 </html>