tor-browser

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

424236-10-ref.html (350B)


      1 <!DOCTYPE HTML> <!-- standards mode only! -->
      2 <html>
      3 <head>
      4 <title>Testcase, overflow on empty spans</title>
      5 <style type="text/css">
      6 
      7 html, body { margin: 0; padding: 0.25em; }
      8 body > div { background:aqua; }
      9 body > div > div { outline: 1px dotted black; margin: 0 1em; }
     10 
     11 </style>
     12 </head>
     13 <body>
     14  <div>
     15    <div>text</div>
     16  </div>
     17 </body>
     18 </html>