tor-browser

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

0303-isvalid.html (417B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset=utf-8>
      5  <title>Test 0303: @rel/@rev terms removed if @property exists</title>
      6 </head>
      7 <body>
      8  <div vocab="http://schema.org/" resource="http://example.org/base">
      9    <a property="uri" rel="license" href="http://example.orb/val1">Not This</a>
     10    <a property="name" rel="homepage foaf:homepage" href="http://greggkellogg.net/">Gregg Kellogg</a>
     11  </div>
     12 </body>
     13 </html>