layout/reftests/w3c-css/received/css3-namespace/syntax-007.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/w3c-css/received/css3-namespace/syntax-007.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.5 + <head>
     1.6 +  <link rel="author" title="Anne van Kesteren" href="http://annevankesteren.nl/"/>
     1.7 +  <link rel="author" title="Opera Software ASA" href="http://opera.com/"/>
     1.8 +  <link rel="help" href="http://www.w3.org/TR/css3-namespace/#syntax"/>
     1.9 +  <link rel="match" href="reftest/ref-lime-1.xml"/>
    1.10 +  <title>CSS Namespaces Test Suite: @namespace and @charset</title>
    1.11 +  <link rel="stylesheet" href="support/syntax-007.css"/>
    1.12 + </head>
    1.13 + <body>
    1.14 +  <p><test xmlns="test">This sentence should have a green background.</test></p>
    1.15 + </body>
    1.16 +</html>

mercurial