tor-browser

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

1288255-ref.html (522B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4  <meta charset="UTF-8">
      5  <title>Bug 1288255 - Wrong line breaking due to cached hyphen width</title>
      6  <style>
      7    @font-face {
      8      font-family: LongHyphenTest;
      9      src: url(LongHyphenTest.woff2);
     10    }
     11    #test {
     12      font: 16px/2 LongHyphenTest;
     13      width: 14em;
     14      border: 1px solid blue;
     15    }
     16  </style>
     17 </head>
     18 <body>
     19  <p>Test passes if there are two lines each has three rectangles:</p>
     20  <div id="test">
     21    XXX XXX XXX<br>XXX XXX XXX
     22  </div>
     23 </body>
     24 </html>