1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/w3c-css/received/css3-namespace/ref-lime-2-generic.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<root> 1.5 + <head xmlns="http://www.w3.org/1999/xhtml"> 1.6 + <link rel="author" title="L. David Baron" href="http://dbaron.org/"/> 1.7 + <link rel="author" title="Mozilla Foundation" href="http://mozilla.org/"/> 1.8 + <title>CSS Namespaces Test Suite reference</title> 1.9 + <style> 1.10 + t, root { display:block } 1.11 + t { background:lime } 1.12 + </style> 1.13 + </head> 1.14 + <t>This sentence should have a green background.</t> 1.15 + <t>This sentence should have a green background.</t> 1.16 +</root>