tor-browser

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

overflow-wrap-min-content-size-002-ref.html (486B)


      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 <style>
      7 #test {
      8  float: left;
      9  border: 2px solid blue;
     10 }
     11 </style>
     12 
     13 <p>Test passes if the glyphs are completely inside the blue box.
     14 <div id="wrapper">
     15  <div id="test">&#x0ba8;&#x0bbf;&#x0bbf;&#x0bbf;&#x0bbf;<br>&#x0ba8;&#x0bbf;&#x0bbf;&#x0bbf;&#x0bbf;</div>
     16 </div>