Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / zoomed-word-spacing-expected.html
blob8e81cff2db417cb74b652936a89655a324daea6c
1 <!doctype html>
2 <body style="zoom:2">
3 <p>The word spacing should be identical:</p>
4 <div>
5 <svg style="word-spacing: 10px" width="200" height="50"><text x="0" y="20">one two three</text></svg><br>
6 <svg style="word-spacing: 10px" width="200" height="50"><text x="0" y="20">one two three</text></svg>
7 </div>
8 </body>