blob: 6e5a120045aa742b29fb8ba339a61cc239e2355d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>
This test makes sure that text-decoration-skip: ink is inherited and that it can be overridden.
</p>
<p>
<span style="-webkit-text-decoration-skip: ink; text-decoration: underline;">Outer ypqg span <span>Inner ypgq span</span></span>
</p>
<p>
<span style="-webkit-text-decoration-skip: ink; text-decoration: underline;">Outer ypqg span <span style="-webkit-text-decoration-skip: none;">Inner ypgq span</span></span>
</p>
<p>
<span style="-webkit-text-decoration-skip: ink; text-decoration: underline;">Outer ypqg span <span style="-webkit-text-decoration-skip: inherit;">Inner ypgq span</span></span>
</p>
</body>
</html>