chromium/third_party/blink/web_tests/svg/custom/text-gradient-no-content.svg

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">  
<svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root"
   width="100%" height="100%">
   <linearGradient id="Gradient" gradientUnits="userSpaceOnUse" x1="0" y1="0" x2="100%" y2="0">
      <stop stop-color="red" offset="0"/>
      <stop stop-color="red" offset="1"/>
   </linearGradient>
   <rect fill="green" x="0" y="0" width="100%" height="100%"></rect>
   <text fill="url(#Gradient)" x="20" y="70"></text>
   <text stroke="url(#Gradient)" x="20" y="70"></text>
</svg>