Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / selectors / 001.html
blob8aea55fbfb2c8fe4f2f5bbfde9a3681fab99370a
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-d5e.html" title="NEGATED :indeterminate with :checked">
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>