Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / selectors / 177b.html
blob26dbc33e1772c9f2d5751caf70b8e9b7756b2878
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>Parsing : vs ::</title>
5 <style type="text/css">
6 div { color: green; }
7 p::first-child { color: yellow; background: red; }
8 </style>
9 <link rel="first" href="css3-modsel-1.html" title="Groups of selectors">
10 <link rel="prev" href="css3-modsel-177a.html" title="Parsing : vs ::">
11 <link rel="next" href="css3-modsel-178.html" title="Parsing: :not and pseudo-elements">
12 <link rel="last" href="css3-modsel-d5e.html" title="NEGATED :indeterminate with :checked">
13 <link rel="up" href="./index.html">
14 <link rel="top" href="../../index.html">
15 </head>
16 <body>
17 <div>
18 <p>This line should be green.</p>
19 </div>
20 </body>
21 </html>