Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / transforms / negative-scale-value-expected.txt
blob32ba8f607d46e789cb45a1891d14cb3927766162
1 SVG scale transform with negative scale values should be correctly converted to strings.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS g.getAttribute('transform') is "scale(-2 -4)"
7 PASS successfullyParsed is true
9 TEST COMPLETE