tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

0179-novalid.html (384B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset=utf-8>
      5    <title>Test 0179</title>
      6    <base href="http://example.org/">
      7  </head>
      8  <body>
      9    <!-- prefix has a higher priority than xmlns -->
     10  <div about ="#me" xmlns:foaf="http://www.example.com/wrong/foaf/uri" prefix="foaf: http://xmlns.com/foaf/0.1/" >
     11      <p property="foaf:name">Ivan Herman</p>
     12  </div>
     13  </body>
     14 </html>