chromium/third_party/blink/web_tests/virtual/text-antialias/word-space-with-kerning.html

<script src="../../resources/ahem.js"></script>
<div style="font-size: 20px; font-family: Ahem; -webkit-font-smoothing: none;">
    <div>
        <span style="word-spacing: 60px">a b c d </span> e
    </div>
    <div style="font-kerning: normal;">
        <span style="word-spacing: 60px">a b c d </span> e
    </div>
</div>