Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / word-space-with-kerning.html
blob6327b46ff97ca95d280111f960490df035de5b1b
1 <script src="../../resources/ahem.js"></script>
2 <div style="font-size: 20px; font-family: Ahem; -webkit-font-smoothing: none;">
3 <div>
4 <span style="word-spacing: 60px">a b c d </span> e
5 </div>
6 <div style="font-kerning: normal;">
7 <span style="word-spacing: 60px">a b c d </span> e
8 </div>
9 </div>