text-underline-offset-negative-notref.html (280B)
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 </head> 7 <body> 8 <div style="font-size: 48px; text-decoration: underline; text-underline-offset: 0px; text-decoration-skip: none;">Hello</div> 9 </body> 10 </html>