Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xhtml / css3-modsel-182.xml
blob1a131f2090dfd3ec89ab4a285526c00b86fcada4
1 <html xmlns="http://www.w3.org/1999/xhtml">
2  <head>
3   <title>Namespaces and \: in selectors</title>
4   <style type="text/css"><![CDATA[
5 p { color: green; }
6 foo\:bar { background: red; color: yellow; }
7 ]]></style>
8   <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
9   <link rel="prev" href="css3-modsel-181.xml" title="Case sensitivity"/>
10   <link rel="next" href="css3-modsel-183.xml" title="Syntax and parsing of class selectors"/>
11   <link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
12   <link rel="up" href="./index.html"/>
13   <link rel="top" href="../../index.html"/>
14  </head>
15  <body>
16 <p>
17 <foo:bar xmlns:foo="http://www.example.org/">
18 This text should be green.
19 </foo:bar>
20 </p>
21 </body>
22 </html>