1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/w3c-css/received/css3-namespace/prefix-005.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<root> 1.5 + <head xmlns="http://www.w3.org/1999/xhtml"> 1.6 + <link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/> 1.7 + <link rel="author" title="Opera Software ASA" href="http://opera.com/"/> 1.8 + <link rel="author" title="Boris Zbarsky" href="https://bugzilla.mozilla.org/show_bug.cgi?id=458381#c4"/> 1.9 + <link rel="help" href="http://www.w3.org/TR/css3-namespace/#prefixes"/> 1.10 + <link rel="match" href="reftest/ref-lime-2-generic.xml"/> 1.11 + <title>CSS Namespaces Test Suite: no default namespace</title> 1.12 + <style> 1.13 + @namespace x "test"; 1.14 + root *|* { background:red; display:block } 1.15 + head { display:none } 1.16 + t { background: lime } 1.17 + </style> 1.18 + </head> 1.19 + <t>This sentence should have a green background.</t> 1.20 + <t xmlns="test">This sentence should have a green background.</t> 1.21 +</root>