chromium/third_party/blink/web_tests/svg/custom/zoomed-word-spacing-expected.html

<!doctype html>
<body style="zoom:2">
  <p>The word spacing should be identical:</p>
  <div>
    <svg style="word-spacing: 10px" width="200" height="50"><text x="0" y="20">one two three</text></svg><br>
    <svg style="word-spacing: 10px" width="200" height="50"><text x="0" y="20">one two three</text></svg>
  </div>
</body>