Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / parser / svg-parser-argument-whitespace-expected.html
blob6f843f8870e21a9195f86b3551fe938ff5c11150
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <div id="goal-line1">Whitespace around the arguments of the translate function should be ignored</div>
5 <div id="goal-line2">Only a green rect should be visible</div>
7 <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
8 <rect id="myRect" x="150" y="150" width="100" height="100" fill="green"/>
9 </svg>
10 </body>
11 </html>