gecko-dev/layout/reftests/text-decoration/skip-ink-vertical-align.html

20 строки
480 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Test case for text-decoration-skip-ink: skip-ink should detect and work with vertical-align</title>
<style>
div{
font: 48px/2 Times;
text-decoration: purple underline;
}
span{
vertical-align: super;
}
</style>
</head>
<body>
<p>Ink should not be skipped when vertical-align moves text away from the underline</p>
<div>test <span>pgqy</span> test</div>
</body>
</html>