blob: a0a2c1fbaeb7c8fcfd90d5c2c4f5b75fabd15fe4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Non-reference case for text-decoration-skip-ink</title>
<style>
div{
text-decoration-skip-ink: auto;
text-decoration: green underline;
writing-mode: vertical-lr;
text-orientation: upright;
text-underline-offset: auto;
}
</style>
</head>
<body>
<p>Test if underline skips the characters</p>
<div>ping pong</div>
</body>
</html>