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

Side by Side Diff: LayoutTests/virtual/legacy-animations-engine/animations/timing-model-expected.txt

Issue 139273007: Web Animations: Remove legacy animations engine. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix TestExpectations. Created 6 years, 10 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 | Annotate | Revision Log
OLDNEW
(Empty)
1
2
3
4 Sanity tests:
5 PASS: [1s linear] iteration time was [null] at -1s
6 PASS: [1s linear] iteration time was [0] at 0s
7 PASS: [1s linear] iteration time was [0.5] at 0.5s
8 PASS: [1s linear] iteration time was [0.2] at 0.2s
9 PASS: [1s linear] iteration time was [0.8] at 0.8s
10 PASS: [1s linear] iteration time was [null] at 2s
11
12 Fill-mode:
13 PASS: [1s none] iteration time was [null] at -1s
14 PASS: [1s none] iteration time was [null] at 2s
15 PASS: [1s both] iteration time was [0] at -1s
16 PASS: [1s both] iteration time was [1] at 2s
17 PASS: [1s forwards] iteration time was [null] at -1s
18 PASS: [1s forwards] iteration time was [1] at 2s
19 PASS: [1s backwards] iteration time was [0] at -1s
20 PASS: [1s backwards] iteration time was [null] at 2s
21
22 Fill-mode + reverse direction:
23 PASS: [1s none reverse] iteration time was [null] at -1s
24 PASS: [1s none reverse] iteration time was [null] at 2s
25 PASS: [1s both reverse] iteration time was [1] at -1s
26 FAIL: [1s both reverse] iteration time was [1] at 2s expected [0]
27 PASS: [1s forwards reverse] iteration time was [null] at -1s
28 FAIL: [1s forwards reverse] iteration time was [1] at 2s expected [0]
29 PASS: [1s backwards reverse] iteration time was [1] at -1s
30 PASS: [1s backwards reverse] iteration time was [null] at 2s
31
32 End exclusive timing:
33 PASS: [1s] iteration time was [null] at 1s
34
35 Zero duration:
36 PASS: [none] iteration time was [null] at -1s
37 PASS: [none] iteration time was [null] at 0s
38 PASS: [none] iteration time was [null] at 1s
39 FAIL: [both] iteration time was [1] at -1s expected [0]
40 FAIL: [both] iteration time was [null] at 0s expected [1]
41 PASS: [both] iteration time was [1] at 1s
42 PASS: [forwards] iteration time was [null] at -1s
43 FAIL: [forwards] iteration time was [null] at 0s expected [1]
44 PASS: [forwards] iteration time was [1] at 1s
45 FAIL: [backwards] iteration time was [1] at -1s expected [0]
46 PASS: [backwards] iteration time was [null] at 0s
47 PASS: [backwards] iteration time was [null] at 1s
48
49 Zero duration + reverse direction:
50 PASS: [none reverse] iteration time was [null] at -1s
51 PASS: [none reverse] iteration time was [null] at 0s
52 PASS: [none reverse] iteration time was [null] at 1s
53 FAIL: [both reverse] iteration time was [0] at -1s expected [1]
54 FAIL: [both reverse] iteration time was [null] at 0s expected [0]
55 FAIL: [both reverse] iteration time was [1] at 1s expected [0]
56 PASS: [forwards reverse] iteration time was [null] at -1s
57 FAIL: [forwards reverse] iteration time was [null] at 0s expected [0]
58 FAIL: [forwards reverse] iteration time was [1] at 1s expected [0]
59 FAIL: [backwards reverse] iteration time was [0] at -1s expected [1]
60 PASS: [backwards reverse] iteration time was [null] at 0s
61 PASS: [backwards reverse] iteration time was [null] at 1s
62
63 Zero iterations:
64 PASS: [1s 0s 0 none] iteration time was [null] at -1s
65 PASS: [1s 0s 0 none] iteration time was [null] at 0s
66 PASS: [1s 0s 0 none] iteration time was [null] at 0.5s
67 PASS: [1s 0s 0 none] iteration time was [null] at 2s
68 FAIL: [1s 0s 0 both] iteration time was [null] at -1s expected [0]
69 FAIL: [1s 0s 0 both] iteration time was [null] at 0s expected [0]
70 FAIL: [1s 0s 0 both] iteration time was [null] at 2s expected [0]
71 PASS: [1s 0s 0 forwards] iteration time was [null] at -1s
72 FAIL: [1s 0s 0 forwards] iteration time was [null] at 0s expected [0]
73 FAIL: [1s 0s 0 forwards] iteration time was [null] at 2s expected [0]
74 FAIL: [1s 0s 0 backwards] iteration time was [null] at -1s expected [0]
75 PASS: [1s 0s 0 backwards] iteration time was [null] at 0s
76 PASS: [1s 0s 0 backwards] iteration time was [null] at 2s
77
78 Zero iterations, zero duration:
79 PASS: [0s 0s 0 none] iteration time was [null] at -1s
80 PASS: [0s 0s 0 none] iteration time was [null] at 0s
81 PASS: [0s 0s 0 none] iteration time was [null] at 2s
82 FAIL: [0s 0s 0 both] iteration time was [null] at -1s expected [0]
83 FAIL: [0s 0s 0 both] iteration time was [null] at 0s expected [0]
84 FAIL: [0s 0s 0 both] iteration time was [null] at 1s expected [0]
85 PASS: [0s 0s 0 forwards] iteration time was [null] at -1s
86 FAIL: [0s 0s 0 forwards] iteration time was [null] at 0s expected [0]
87 FAIL: [0s 0s 0 forwards] iteration time was [null] at 1s expected [0]
88 FAIL: [0s 0s 0 backwards] iteration time was [null] at -1s expected [0]
89 PASS: [0s 0s 0 backwards] iteration time was [null] at 0s
90 PASS: [0s 0s 0 backwards] iteration time was [null] at 1s
91
92 Multiple iterations:
93 PASS: [1s 2 linear] iteration time was [null] at -1s
94 PASS: [1s 2 linear] iteration time was [0] at 0s
95 PASS: [1s 2 linear] iteration time was [0.4] at 0.4s
96 PASS: [1s 2 linear] iteration time was [0] at 1s
97 PASS: [1s 2 linear] iteration time was [0.6] at 1.6s
98 PASS: [1s 2 linear] iteration time was [null] at 2s
99 PASS: [1s 2 linear reverse] iteration time was [1] at 0s
100 PASS: [1s 2 linear reverse] iteration time was [0.6] at 0.4s
101 PASS: [1s 2 linear reverse] iteration time was [1] at 1s
102 PASS: [1s 2 linear reverse] iteration time was [0.4] at 1.6s
103 PASS: [1s 2 linear alternate] iteration time was [0] at 0s
104 PASS: [1s 2 linear alternate] iteration time was [0.4] at 0.4s
105 PASS: [1s 2 linear alternate] iteration time was [1] at 1s
106 PASS: [1s 2 linear alternate] iteration time was [0.4] at 1.6s
107 PASS: [1s 2 linear alternate-reverse] iteration time was [1] at 0s
108 PASS: [1s 2 linear alternate-reverse] iteration time was [0.6] at 0.4s
109 PASS: [1s 2 linear alternate-reverse] iteration time was [0] at 1s
110 PASS: [1s 2 linear alternate-reverse] iteration time was [0.6] at 1.6s
111
112 Fractional iterations:
113 PASS: [1s 0.5 linear] iteration time was [null] at -1s
114 PASS: [1s 0.5 linear] iteration time was [0] at 0s
115 PASS: [1s 0.5 linear] iteration time was [0.2] at 0.2s
116 PASS: [1s 0.5 linear] iteration time was [null] at 0.5s
117 PASS: [1s 1.5 linear] iteration time was [null] at -1s
118 PASS: [1s 1.5 linear] iteration time was [0] at 0s
119 PASS: [1s 1.5 linear] iteration time was [0.5] at 0.5s
120 PASS: [1s 1.5 linear] iteration time was [0] at 1s
121 PASS: [1s 1.5 linear] iteration time was [0.4] at 1.4s
122 PASS: [1s 1.5 linear] iteration time was [null] at 1.5s
123 PASS: [1s 1.5 linear reverse] iteration time was [null] at -1s
124 PASS: [1s 1.5 linear reverse] iteration time was [1] at 0s
125 PASS: [1s 1.5 linear reverse] iteration time was [0.5] at 0.5s
126 PASS: [1s 1.5 linear reverse] iteration time was [1] at 1s
127 PASS: [1s 1.5 linear reverse] iteration time was [0.6] at 1.4s
128 PASS: [1s 1.5 linear reverse] iteration time was [null] at 1.5s
129 FAIL: [1s 1.6 linear forwards] iteration time was [1] at 2s expected [0.6]
130 FAIL: [1s 1.6 linear forwards reverse ] iteration time was [1] at 2s expected [0 .4]
131 PASS: [1s 0.6 linear backwards reverse] iteration time was [1] at -1s
132
133 Infinite iterations:
134 PASS: [1s infinite linear] iteration time was [0] at 1s
135 PASS: [1s infinite linear] iteration time was [0] at 10s
136 PASS: [1s infinite linear] iteration time was [0] at 1000s
137 PASS: [1s infinite linear] iteration time was [0.4] at 1000.4s
138
139 Infinite iterations, zero duration:
140 PASS: [0s infinite linear] iteration time was [null] at -1s
141 PASS: [0s infinite linear] iteration time was [null] at 0s
142 FAIL: [0s infinite linear] iteration time was [1] at 2s expected [null]
143
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698