blob: 0938ce60eac27d280c91842d4383b9dc55b26c0d [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: green underline;
text-decoration-skip-ink: none;
text-underline-offset: -0.2em;
writing-mode: vertical-lr;
}
</style>
</head>
<body>
<p>Test passes if p and g characters are skipped</p>
<div>ping pong</div>
</body>
</html>