chromium/third_party/blink/web_tests/fast/css3-text/css3-text-decoration/text-decoration-underline-paints-behind-descenders.html

<!DOCTYPE html>
<style>
span {
  font-size: 24px;
  text-decoration: underline;
  text-decoration-color: pink;
  text-decoration-skip-ink: none;
}
</style>
Passes if pink underline below paints behind text descenders on 'pyg'.<br>
<span>abc pyg def</span>