Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / ietestcenter / css3 / namespaces / syntax-020-expected.xml
blob8bf2c9702df32bd207eb2db59d75e0e527f7a349
1 <?xml version="1.0"?>
2 <root xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4   <title>CSS Namespaces Test Suite: The syntax for the @namespace rule.  - Reference</title>
5   <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
6   <link rel="help" href="http://www.w3.org/TR/css3-namespace/#syntax" />
7   <style type="text/css">
8     span
9     {
10         background: lime;
11     }
12   </style>
13  </head>
14  <body>
15     <p>Test passes if the "Filler Text" text below has a green background.</p>
16     <p><span>Filler Text</span></p>
17     <p><span>Filler Text</span></p>
18     <p><span>Filler Text</span></p>
19     <p><span>Filler Text</span></p>
20     <p><span>Filler Text</span></p>
21  </body>
22 </root>