blob: 9cbee037c0ec7c25b5bfa9813e96652750481c52 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Reference file for text-decoration-skip-ink test</title>
<style>
div{
font: 50px sans-serif;
color: #00008080;
letter-spacing: 10px;
text-decoration: green underline;
text-underline-offset: -3px;
text-decoration-thickness: 3px;
text-decoration-skip-ink: none;
}
</style>
</head>
<body>
<p>Test passes if the underline skips the glyphs in the text below</p>
<div>中文</div>
</body>
</html>