summaryrefslogtreecommitdiffstats
path: root/layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-2-generic.xml
blob: 047be42212bba6b98289c58ba197ad143345c338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<root>
 <head xmlns="http://www.w3.org/1999/xhtml">
  <link rel="author" title="L. David Baron" href="https://dbaron.org/"/>
  <link rel="author" title="Mozilla" href="http://mozilla.org/"/>
  <title>CSS Namespaces Test Suite reference</title>
  <style>
   t, root { display:block }
   t { background:lime }
  </style>
 </head>
 <t>This sentence should have a green background.</t>
 <t>This sentence should have a green background.</t>
</root>