https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 12969662338ed46a239fc3731795730d0c050334 authored by ffxbld on 28 January 2014, 21:46:44 UTC
Added FIREFOX_24_3_0esr_RELEASE FIREFOX_24_3_0esr_BUILD1 tag(s) for changeset 2327a3f5977b. DONTBUILD CLOSED TREE a=release
Tip revision: 1296966
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