Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text-decor/text-underline-offset-negative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test case for negative values of text-underline-offset</title>
<meta name="assert" content="text-underline-offset: Negative values should not be clamped to zero">
<link rel="author" title="Myles C. Maxfield" href="mmaxfield@apple.com">
<link rel="mismatch" href="reference/text-underline-offset-negative-notref.html">
</head>
<body>
<div style="font-size: 48px; text-decoration: underline; text-underline-offset: -20px; text-decoration-skip: none;">Hello</div>
</body>
</html>