Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / html / css3-modsel-181.html
blob3a1966db76cf6f7a201bf5d2981dab479ca104dc
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>Case sensitivity</title>
5 <style type="text/css">
6 .cs { color: green; }
7 .cs P { background: red; color: yellow; }
8 .cs .a { background: red; color: yellow; }
9 .cs .span1 span { background: red; color: yellow; }
10 .cs .span2 { color: red; }
11 .cs .span2 SPAN { color: green; }
12 .cs .span2 span { background: red; color: yellow; }
13 .ci { color: red; }
14 .ci P { background: green; color: white; }
15 .ci .a { background: green; color: white; }
16 .ci .span1 span { background: green; color: white; }
17 .ci .span2 SPAN { background: green; color: white; }
18 </style>
19 <link rel="first" href="css3-modsel-1.html" title="Groups of selectors">
20 <link rel="prev" href="css3-modsel-180a.html" title="::first-letter after &lt;br&gt;">
21 <link rel="next" href="css3-modsel-183.html" title="Syntax and parsing of class selectors">
22 <link rel="last" href="css3-modsel-d4.html" title="Dynamic updating of :first-child and :last-child">
23 <link rel="up" href="./index.html">
24 <link rel="top" href="../../index.html">
25 </head>
26 <body>
27 <div>
30 <div class="ci">
31 <p>This line should be green.</p>
32 <p class="A">This line should be green.</p>
33 <p><SPAN>This line should be green.</SPAN></p>
34 </div>
36 </div>
37 </body>
38 </html>