tor-browser

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

text-overflow-013-ref.html (663B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Test reference</title>
      4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      6 <style>
      7 .test {
      8  overflow: hidden;
      9  white-space: pre;
     10  font: 100px/1 Ahem;
     11  width: 2em;
     12 }
     13 .green {
     14  position: absolute;
     15  width: 100px;
     16  height: 100px;
     17  background: green;
     18  margin-left: 100px;
     19 }
     20 span {
     21  vertical-align: sub;
     22 }
     23 </style>
     24 
     25 <p>Test passes if there are 3 filled green squares and <strong>no red</strong>.</p>
     26 <div class="green"></div>
     27 <div class=test><span><br><div class="green"></div><br><div class="green"></div></span></div>