tor-browser

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

overflow-wrap-min-content-size-003-ref.html (700B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text Test reference</title>
      4 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org/">
      5 <link rel="author" title="Mozilla" href="https://www.mozilla.org/">
      6 <meta name="flags" content="ahem">
      7 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      8 <style>
      9 #wrapper {
     10  width: 0px;
     11  font: 16px / 1 Ahem;
     12  color: green;
     13 }
     14 #test {
     15  float: left;
     16 }
     17 #reference {
     18  position: absolute;
     19  width: 16px;
     20  height: 128px;
     21  background: red;
     22  z-index: -1;
     23 }
     24 </style>
     25 
     26 <p>Test passes if there is a vertical green bar below.
     27 <div id="wrapper">
     28  <div id="reference"></div>
     29  <div id="test">X<br>X<br>X<br>X<br>X<br>X<br>X<br>X</div>
     30 </div>