tor-browser

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

insert-into-split-inline-7-noib-ref.html (309B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <style>
      5   body > span { border: 3px solid blue }
      6   .notstart { border-left: none; }
      7   .notend { border-right: none; }
      8  </style>
      9 </head>
     10 <body>
     11   <span class="notend"></span>
     12   <div>One</div>
     13   <span class="notstart">
     14     <span>Two</span>
     15   </span>
     16 </body>
     17 </html>