Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-spaces.html
blob437ce6560d26f1a31901725853e6b0f1696ba26c
1 <html>
2 <body>
3 This tests that leading and trailing spaces in a text field don't get lost.
4 There should be 3 spaces before and 3 spaces after the text in the field.
5 <br><input id="tf" value=" foo bar ">
6 </body>
7 </html>