blob: 82ebcbafe700a55cf589f13387888d2ec48447d2 [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 Inner ypgq span</span>
</p>
<p>
<span style="-webkit-text-decoration-skip: ink; text-decoration: underline;">Outer ypqg span </span><span style="-webkit-text-decoration-skip: none; text-decoration: underline;">Inner ypgq span</span>
</p>
<p>
<span style="-webkit-text-decoration-skip: ink; text-decoration: underline;">Outer ypqg span Inner ypgq span</span>
</p>
</body>
</html>