chromium/third_party/blink/web_tests/external/wpt/css/css-text-decor/text-shadow/standards-decor-noblur-2-ref.html

<!DOCTYPE HTML>
<style>
.underlined {
  position: absolute;
  left: 20px;
  font-size: 100px;
  text-decoration: underline;
}
</style>
<div class="underlined" style="top: 24px; color: blue; z-index: 0">Hello</div>
<div class="underlined" style="top: 22px; color: green; z-index: 1">Hello</div>
<div class="underlined" style="top: 20px; color: grey; z-index: 2">Hello</div>