tor-browser

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

text-underline-offset-negative.html (678B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>Test case for negative values of text-underline-offset</title>
      6 <meta name="assert" content="text-underline-offset: Negative values should not be clamped to zero">
      7 <link rel="author" title="Myles C. Maxfield" href="mmaxfield@apple.com">
      8 <link rel="author" title="Apple Inc." href="http://www.apple.com/">
      9 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/4059">
     10 <link rel="mismatch" href="reference/text-underline-offset-negative-notref.html">
     11 </head>
     12 <body>
     13 <div style="font-size: 48px; text-decoration: underline; text-underline-offset: -20px; text-decoration-skip: none;">Hello</div>
     14 </body>
     15 </html>