Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(804)

Side by Side Diff: LayoutTests/svg/animations/animateMotion-multiple-expected.txt

Issue 21624005: [SVG] Position set by low priority animation is ignored even though it is active (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 SVG 1.1 dynamic animation tests
2
3
4 Test for checking position of the svg element when multiple animateMotion are ac ting on it
5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7
8
9 PASS rootSVGElement.getBBox().x is 20
10 PASS rootSVGElement.getBBox().x is 20
11 PASS rootSVGElement.getBBox().x is 40
12 PASS rootSVGElement.getBBox().x is 60
13 PASS rootSVGElement.getBBox().x is 20
14 PASS rootSVGElement.getBBox().x is 20
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698