https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f9cba8382063d003aeee8e329ef2a03d01c902b9 authored by ffxbld on 04 March 2015, 22:12:33 UTC
Added FENNEC_36_0_1_RELEASE FENNEC_36_0_1_BUILD1 tag(s) for changeset de94ecf54660. DONTBUILD CLOSED TREE a=release
Tip revision: f9cba83
syntax-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/#syntax"/>
  <link rel="match" href="reftest/ref-lime-1-block.xml"/>
  <title>CSS Namespaces Test Suite: @namespace syntax with escapes</title>
  <style>
   @\N\000041 mes\pac\65  x "http://www.w3.org/1999/xhtml";
   x|p { background: lime }
  </style>
 </head>
 <body>
  <p>This sentence should have a green background.</p>
 </body>
</html>
back to top