https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b6e8c30478e02cefa0a11f58f74b7db27cce456a authored by Gavin Sharp on 21 April 2014, 23:21:01 UTC
Backed out changeset cb7f81834560 (bug 980339) since it caused bug 999080, a=lsblakk
Tip revision: b6e8c30
scope-001.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/#scope"/>
  <link rel="match" href="reftest/ref-lime-1.xml"/>
  <meta name="flags" content="invalid"/>
  <title>CSS Namespaces Test Suite: scope &lt;style></title>
  <style>
   @namespace x url("test");
   test { background:lime }
  </style>
  <style>
   x|test { background:red }
  </style>
 </head>
 <body>
  <p><test xmlns="test">This sentence should have a green background.</test></p>
 </body>
</html>
back to top