tor-browser

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

multicol-span-all-020-ref.html (337B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <style>
      4  .bar {
      5    width: 100px;
      6    height: 25px;
      7    background: blue;
      8  }
      9 </style>
     10 <p>There should be three identical blue bars below.</p>
     11 <div class="bar"></div>
     12 <div class="bar" style="margin:10px 0;"></div>
     13 <div class="bar"></div>