chromium/third_party/blink/web_tests/external/wpt/css/css-backgrounds/background-clip/clip-text-text-decorations-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<style>
    .test {
        line-height: 2em;
        font-size: 40px;
        color: green;
        text-decoration-thickness: 20px;
    }
</style>
<body>
    <div class="test" style="text-decoration: underline">AAAA</div>
    <div class="test" style="text-decoration: line-through">AAAA</div>
    <div class="test" style="text-decoration: overline">AAAA</div>
</body>