tor-browser

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

0298-isvalid.html (243B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset=utf-8>
      5  <title>Test 0298: Testing @typeof and @about=[]</title>
      6 </head>
      7 <body>
      8  <div about="[]" typeof="foaf:Person">
      9    <span property="foaf:name">Alex Milowski</span>
     10  </div>
     11 </body>
     12 </html>