chromium/third_party/blink/web_tests/external/wpt/css/css-text-decor/text-shadow/decorations-multiple-zorder.html

<!DOCTYPE HTML>
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-shadow-property">
<link rel="match" href="decorations-multiple-zorder-ref.html">
<style>
div {
    text-decoration-skip-ink: none;
}
</style>
<div style="text-shadow: 2px 2px; color: blue; text-decoration: underline; position: absolute; top: 20px; left: 20px;">test<span style="text-decoration: overline; color: red;">for<span style="text-decoration: underline; color: green;">quirks</span></span></div>