Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / animateMotion-multiple-expected.txt
blob1ed299f6371f31aefebedf6fc2f662b578607cce
1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
2 SVG 1.1 dynamic animation tests
5 Test for checking position of the svg element when multiple animateMotion are acting on it
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 PASS rootSVGElement.getBBox().x is 20
11 PASS rootSVGElement.getBBox().x is 20
12 PASS rootSVGElement.getBBox().x is 40
13 PASS rootSVGElement.getBBox().x is 60
14 PASS rootSVGElement.getBBox().x is 20
15 PASS rootSVGElement.getBBox().x is 20
16 PASS successfullyParsed is true
18 TEST COMPLETE