chromium/third_party/blink/web_tests/svg/text/word-spacing-leading-ws.html

<!DOCTYPE html>
<script src="../../resources/ahem.js"></script>
<svg>
  <rect width="100" height="100" fill="red"/>
  <g fill="green" style="font-size: 50px; font-family: Ahem; word-spacing: 50px">
    <text x="-100" y="40" style="white-space: pre"> XX</text>
    <text x="-100" y="90" style="white-space: pre"><tspan> XX</tspan></text>
  </g>
</svg>