tor-browser

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

line-height-1.html (319B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4  <meta charset="UTF-8">
      5  <title>Bug 1069519 - Ruby line height calculation</title>
      6  <link rel="stylesheet" href="common.css">
      7 </head>
      8 <body style="font: 25px/1 Ahem">
      9  <ruby>
     10    <rb>base</rb>
     11    <rtc><rt style="color: transparent">text</rt></rtc>
     12  </ruby>
     13 </body>
     14 </html>