tor-browser

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

model-isvalid.html (298B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset=utf-8>
      5  <title>&lt;br&gt;</title>
      6 </head>
      7 <body>
      8  <!-- is structured inline -->
      9  <p>text <br class="class" lang="en"></p>
     10 
     11  <!-- is strictly inline -->
     12  <p>text <dfn><br class="class" lang="en"></dfn></p>
     13 
     14  <!-- must be empty -->
     15 </body>
     16 </html>