blob: 3882683f1db645f823741afe93acd7ad7244cbdc [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;
writing-mode: sideways-rl;
}
</style>
</head>
<body>
<p>Test passes if p and g characters are skipped</p>
<div>ping pong</div>
</body>
</html>