https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f37e493df6d68a7ed8e5532ef320f18c321579dc authored by ffxbld on 07 November 2012, 03:49:18 UTC
Added FENNEC_17_0b5_RELEASE FENNEC_17_0b5_BUILD1 tag(s) for changeset 70627adcd75f. DONTBUILD CLOSED TREE a=release
Tip revision: f37e493
prefix-002.xml
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
  <link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
  <link rel="help" href="http://www.w3.org/TR/css3-namespace/#prefixes"/>
  <link rel="match" href="reftest/ref-lime-1.xml"/>
  <title>CSS Namespaces Test Suite: empty string prefix (Explicit element namespace)</title>
  <style>
   @namespace foo "";
   t { background:red }
   foo|t { background:lime }
  </style>
 </head>
 <body>
  <p><t xmlns="">This sentence should have a green background.</t></p>
 </body>
</html>
back to top