blob: ca3376393727b062fc5046391084e6d9264d2efc [file] [log] [blame]
SVG 1.1 dynamic animation tests
Test path animation where coordinate modes of start and end differ. You should see PASS messages
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS path.getAttribute('d') is "M 30 30 l -60 -30 v -30 h 30 Z"
PASS path.getAttribute('d') is "M 15 15 l -30 -15 v -15 h 15 Z"
PASS path.getAttribute('d') is "M -15 -15 L 15 0 V 15 H 0 Z"
PASS path.getAttribute('d') is "M -29.985 -29.985 L 29.985 0 V 29.985 H 0 Z"
PASS path.getAttribute('d') is "M 30 30 l -60 -30 v -30 h 30 Z"
PASS successfullyParsed is true
TEST COMPLETE