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

Side by Side Diff: LayoutTests/svg/animations/repeatn-remove-add-animation-expected.txt

Issue 102353003: [SVG] Refactoring the logic to handle eventBase dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed assert crash Created 6 years, 11 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/svg/animation/SVGSMILElement.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 SVG 1.1 dynamic animation tests 1 SVG 1.1 dynamic animation tests
2 2
3 3
4 This removes and adds an animation element while the animation is repeating 4 This removes and adds an animation element while the animation is repeating
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 9 PASS colorComponents[1] is 0
10 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 10 PASS colorComponents[2] is 255
11 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 11 PASS colorComponents[3] is 0
12 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 12 PASS colorComponents[1] is 255
13 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 13 PASS colorComponents[2] is 0
14 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 14 PASS colorComponents[3] is 0
15 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 15 PASS colorComponents[1] is 255
16 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 16 PASS colorComponents[2] is 0
17 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 17 PASS colorComponents[3] is 0
18 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 18 PASS colorComponents[1] is 255
19 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 19 PASS colorComponents[2] is 0
20 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 20 PASS colorComponents[3] is 0
21 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 21 PASS colorComponents[1] is 0
22 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 22 PASS colorComponents[2] is 255
23 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 23 PASS colorComponents[3] is 0
24 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 24 PASS colorComponents[1] is 255
25 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 25 PASS colorComponents[2] is 0
26 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 26 PASS colorComponents[3] is 0
27 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 27 PASS colorComponents[1] is 255
28 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 28 PASS colorComponents[2] is 0
29 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 29 PASS colorComponents[3] is 0
30 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 30 PASS colorComponents[1] is 255
31 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 31 PASS colorComponents[2] is 0
32 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 32 PASS colorComponents[3] is 0
33 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 33 PASS colorComponents[1] is 0
34 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 34 PASS colorComponents[2] is 255
35 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 35 PASS colorComponents[3] is 0
36 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 36 PASS colorComponents[1] is 255
37 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 37 PASS colorComponents[2] is 0
38 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 38 PASS colorComponents[3] is 0
39 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 39 PASS colorComponents[1] is 255
40 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 40 PASS colorComponents[2] is 0
41 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 41 PASS colorComponents[3] is 0
42 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 42 PASS colorComponents[1] is 255
43 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 43 PASS colorComponents[2] is 0
44 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 44 PASS colorComponents[3] is 0
45 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 45 PASS colorComponents[1] is 0
46 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 46 PASS colorComponents[2] is 255
47 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 47 PASS colorComponents[3] is 0
48 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 48 PASS colorComponents[1] is 0
49 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 49 PASS colorComponents[2] is 255
50 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 50 PASS colorComponents[3] is 0
51 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 51 PASS colorComponents[1] is 255
52 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 52 PASS colorComponents[2] is 0
53 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 53 PASS colorComponents[3] is 0
54 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 54 PASS colorComponents[1] is 255
55 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 55 PASS colorComponents[2] is 0
56 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 56 PASS colorComponents[3] is 0
57 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 57 PASS colorComponents[1] is 0
58 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 58 PASS colorComponents[2] is 255
59 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 59 PASS colorComponents[3] is 0
60 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 60 PASS colorComponents[1] is 0
61 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 61 PASS colorComponents[2] is 255
62 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 62 PASS colorComponents[3] is 0
63 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 63 PASS colorComponents[1] is 255
64 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 64 PASS colorComponents[2] is 0
65 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 65 PASS colorComponents[3] is 0
66 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 66 PASS colorComponents[1] is 255
67 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 67 PASS colorComponents[2] is 0
68 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 68 PASS colorComponents[3] is 0
69 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 69 PASS colorComponents[1] is 0
70 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 70 PASS colorComponents[2] is 255
71 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 71 PASS colorComponents[3] is 0
72 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 72 PASS colorComponents[1] is 0
73 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 73 PASS colorComponents[2] is 255
74 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 74 PASS colorComponents[3] is 0
75 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 75 PASS colorComponents[1] is 0
76 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 76 PASS colorComponents[2] is 255
77 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 77 PASS colorComponents[3] is 0
78 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 78 PASS colorComponents[1] is 255
79 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 79 PASS colorComponents[2] is 0
80 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 80 PASS colorComponents[3] is 0
81 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 81 PASS colorComponents[1] is 0
82 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 82 PASS colorComponents[2] is 255
83 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 83 PASS colorComponents[3] is 0
84 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 84 PASS colorComponents[1] is 0
85 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 85 PASS colorComponents[2] is 255
86 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 86 PASS colorComponents[3] is 0
87 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 87 PASS colorComponents[1] is 0
88 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 88 PASS colorComponents[2] is 255
89 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 89 PASS colorComponents[3] is 0
90 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 90 PASS colorComponents[1] is 255
91 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 91 PASS colorComponents[2] is 0
92 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 92 PASS colorComponents[3] is 0
93 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 93 PASS colorComponents[1] is 0
94 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 94 PASS colorComponents[2] is 255
95 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 95 PASS colorComponents[3] is 0
96 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 96 PASS colorComponents[1] is 0
97 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 97 PASS colorComponents[2] is 255
98 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 98 PASS colorComponents[3] is 0
99 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 99 PASS colorComponents[1] is 0
100 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 100 PASS colorComponents[2] is 255
101 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 101 PASS colorComponents[3] is 0
102 PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 102 PASS colorComponents[1] is 0
103 PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255 103 PASS colorComponents[2] is 255
104 PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0 104 PASS colorComponents[3] is 0
105 PASS successfullyParsed is true 105 PASS successfullyParsed is true
106 106
107 TEST COMPLETE 107 TEST COMPLETE
108 108
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/svg/animation/SVGSMILElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698