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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/animations/animate-elem-12-t-drt-expected.txt

Issue 1406303007: Drop SVGGraphicsElement.getTransformToElement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 1 month 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
1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a nd will be removed. Please use CSS animations or Web animations instead. 1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a nd will be removed. Please use CSS animations or Web animations instead.
2 SVG 1.1 dynamic animation tests 2 SVG 1.1 dynamic animation tests
3 3
4 4
5 A copy of the corresponding W3C-SVG-1.1 test, which dumps the animation at certa in times 5 A copy of the corresponding W3C-SVG-1.1 test, which dumps the animation at certa in times
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 PASS rect1.height.animVal.value is 210 10 PASS rect1.height.animVal.value is 210
11 PASS rect1.height.baseVal.value is 210 11 PASS rect1.height.baseVal.value is 210
12 PASS rootSVGElement.getTransformToElement(rect2).e is -250 12 PASS getTransformToElement(rootSVGElement, rect2).e is -250
13 PASS rootSVGElement.getTransformToElement(rect2).f is -250 13 PASS getTransformToElement(rootSVGElement, rect2).f is -250
14 PASS rect1.height.animVal.value is 177 14 PASS rect1.height.animVal.value is 177
15 PASS rect1.height.baseVal.value is 210 15 PASS rect1.height.baseVal.value is 210
16 PASS rootSVGElement.getTransformToElement(rect2).e is -250 16 PASS getTransformToElement(rootSVGElement, rect2).e is -250
17 PASS rootSVGElement.getTransformToElement(rect2).f is -217 17 PASS getTransformToElement(rootSVGElement, rect2).f is -217
18 PASS rect1.height.animVal.value is 177 18 PASS rect1.height.animVal.value is 177
19 PASS rect1.height.baseVal.value is 210 19 PASS rect1.height.baseVal.value is 210
20 PASS rootSVGElement.getTransformToElement(rect2).e is -250 20 PASS getTransformToElement(rootSVGElement, rect2).e is -250
21 PASS rootSVGElement.getTransformToElement(rect2).f is -217 21 PASS getTransformToElement(rootSVGElement, rect2).f is -217
22 PASS rect1.height.animVal.value is 121 22 PASS rect1.height.animVal.value is 121
23 PASS rect1.height.baseVal.value is 210 23 PASS rect1.height.baseVal.value is 210
24 PASS rootSVGElement.getTransformToElement(rect2).e is -250 24 PASS getTransformToElement(rootSVGElement, rect2).e is -250
25 PASS rootSVGElement.getTransformToElement(rect2).f is -161 25 PASS getTransformToElement(rootSVGElement, rect2).f is -161
26 PASS rect1.height.animVal.value is 121 26 PASS rect1.height.animVal.value is 121
27 PASS rect1.height.baseVal.value is 210 27 PASS rect1.height.baseVal.value is 210
28 PASS rootSVGElement.getTransformToElement(rect2).e is -250 28 PASS getTransformToElement(rootSVGElement, rect2).e is -250
29 PASS rootSVGElement.getTransformToElement(rect2).f is -161 29 PASS getTransformToElement(rootSVGElement, rect2).f is -161
30 PASS rect1.height.animVal.value is 10 30 PASS rect1.height.animVal.value is 10
31 PASS rect1.height.baseVal.value is 210 31 PASS rect1.height.baseVal.value is 210
32 PASS rootSVGElement.getTransformToElement(rect2).e is -250 32 PASS getTransformToElement(rootSVGElement, rect2).e is -250
33 PASS rootSVGElement.getTransformToElement(rect2).f is -50 33 PASS getTransformToElement(rootSVGElement, rect2).f is -50
34 PASS rect1.height.animVal.value is 10 34 PASS rect1.height.animVal.value is 10
35 PASS rect1.height.baseVal.value is 210 35 PASS rect1.height.baseVal.value is 210
36 PASS rootSVGElement.getTransformToElement(rect2).e is -250 36 PASS getTransformToElement(rootSVGElement, rect2).e is -250
37 PASS rootSVGElement.getTransformToElement(rect2).f is -50 37 PASS getTransformToElement(rootSVGElement, rect2).f is -50
38 PASS rect1.height.animVal.value is 10 38 PASS rect1.height.animVal.value is 10
39 PASS rect1.height.baseVal.value is 210 39 PASS rect1.height.baseVal.value is 210
40 PASS rootSVGElement.getTransformToElement(rect2).e is -250 40 PASS getTransformToElement(rootSVGElement, rect2).e is -250
41 PASS rootSVGElement.getTransformToElement(rect2).f is -50 41 PASS getTransformToElement(rootSVGElement, rect2).f is -50
42 PASS successfullyParsed is true 42 PASS successfullyParsed is true
43 43
44 TEST COMPLETE 44 TEST COMPLETE
45 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698