chromium/third_party/blink/web_tests/svg/text/mix-blend-mode.html

<!DOCTYPE html>
<svg xmlns="http://www.w3.org/2000/svg"
     width="800" height="600" viewBox="0 0 400 300">
  <circle fill="yellow" cx="60" cy="70" r="40"/>
  <text fill="#0066FF" x="60" y="70" text-decoration="underline" font-size="20"
        style="mix-blend-mode:difference">Scalable</text>
</svg>