tor-browser

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

word-break-keep-all-063-ref.html (688B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reference Test</title>
      6 
      7  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
      8 
      9  <style>
     10  div
     11    {
     12      border: orange solid;
     13      font: 24px monospace;
     14      margin-bottom: 4px;
     15      width: 15ch;
     16    }
     17  </style>
     18 
     19  <p>Test passes if the glyphs in the 5 orange rectangles are laid out <strong>identically</strong>.
     20 
     21  <div>A simple<br>sentence in eng<br>lish.</div>
     22 
     23  <div>A simple<br>sentence in eng<br>lish.</div>
     24 
     25  <div>A simple<br>sentence in eng<br>lish.</div>
     26 
     27  <div>A simple<br>sentence in eng<br>lish.</div>
     28 
     29  <div>A simple<br>sentence in eng<br>lish.</div>