tor-browser

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

remove-from-split-inline-1-noib-ref.html (437B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Test Reference</title>
      4 <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
      5 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
      6 <style>
      7  body > span { border: 3px solid blue }
      8  #start { border-right: none; }
      9  #two { border-left: none; }
     10 </style>
     11 <body>
     12  <span id="start"></span>
     13  <div>One</div>
     14  <span id="two">
     15    Two
     16  </span>
     17 </body>