tor-browser

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

shaping_lig-001.html (1019B)


      1 <!DOCTYPE html>
      2 <html lang="en" >
      3 <head>
      4 <meta charset="utf-8">
      5 <title>shaping: test for Chromium bug 1304876</title>
      6 <link rel="author" title="Andreu Botella" href="mailto:abotella@igalia.com">
      7 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1304876">
      8 <link rel="match" href="reference/shaping_lig-001-ref.html">
      9 <style type="text/css">
     10 @font-face {
     11    font-family: GentiumPlus;
     12    src: url('/fonts/GentiumPlus-R.woff') format('woff');
     13    font-weight: normal;
     14    font-style: normal;
     15 }
     16 .test {
     17    font-family: GentiumPlus;
     18    font-size: 18pt;
     19    width: 300px;
     20    border: 1px solid black;
     21    margin: 1em;
     22 }
     23 /* the CSS above is not part of the test */
     24 </style>
     25 </head>
     26 <body>
     27 <p class="instructions">Test passes if the word "office" is rendered without repeated letters.</p>
     28 <div class="test">Sanitary measures in the office ought be adequately <b>maintained</b>.</div>
     29 <div class="test">Sanitary measures in the<br>office ought be adequately <b>maintained</b>.</div>
     30 </body>
     31 </html>