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

<!doctype html>
<title>CSS Test Reference</title>
<style>
  .text {
    background-color: DeepPink;
    background-clip: text;
    font-size: 50px;
    font-family: sans-serif;
    font-weight: 600;
    color: transparent;
  }
</style>
<div class="text">
  <p>Text</p>
</div>