summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/text/word-space-with-kerning-expected.html
blob: 0ae2831ab957c65b9d5ff65d334299c7e1d665b4 (plain)
1
2
3
4
5
6
7
8
<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>
        <span style="word-spacing: 60px">a b c d </span> e
    </div>
</div>