summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/animations/timing-model-expected.txt
blob: a8dee795e7f5d4e7a6b41ff18d1f95e4b8418ff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143



Sanity tests:
PASS: [1s linear] iteration time was [null] at -1s
PASS: [1s linear] iteration time was [0] at 0s
PASS: [1s linear] iteration time was [0.5] at 0.5s
PASS: [1s linear] iteration time was [0.2] at 0.2s
PASS: [1s linear] iteration time was [0.8] at 0.8s
PASS: [1s linear] iteration time was [null] at 2s

Fill-mode:
PASS: [1s none] iteration time was [null] at -1s
PASS: [1s none] iteration time was [null] at 2s
PASS: [1s both] iteration time was [0] at -1s
PASS: [1s both] iteration time was [1] at 2s
PASS: [1s forwards] iteration time was [null] at -1s
PASS: [1s forwards] iteration time was [1] at 2s
PASS: [1s backwards] iteration time was [0] at -1s
PASS: [1s backwards] iteration time was [null] at 2s

Fill-mode + reverse direction:
PASS: [1s none reverse] iteration time was [null] at -1s
PASS: [1s none reverse] iteration time was [null] at 2s
PASS: [1s both reverse] iteration time was [1] at -1s
PASS: [1s both reverse] iteration time was [0] at 2s
PASS: [1s forwards reverse] iteration time was [null] at -1s
PASS: [1s forwards reverse] iteration time was [0] at 2s
PASS: [1s backwards reverse] iteration time was [1] at -1s
PASS: [1s backwards reverse] iteration time was [null] at 2s

End exclusive timing:
PASS: [1s] iteration time was [null] at 1s

Zero duration:
PASS: [none] iteration time was [null] at -1s
PASS: [none] iteration time was [null] at 0s
PASS: [none] iteration time was [null] at 1s
PASS: [both] iteration time was [0] at -1s
PASS: [both] iteration time was [1] at 0s
PASS: [both] iteration time was [1] at 1s
PASS: [forwards] iteration time was [null] at -1s
PASS: [forwards] iteration time was [1] at 0s
PASS: [forwards] iteration time was [1] at 1s
PASS: [backwards] iteration time was [0] at -1s
PASS: [backwards] iteration time was [null] at 0s
PASS: [backwards] iteration time was [null] at 1s

Zero duration + reverse direction:
PASS: [none reverse] iteration time was [null] at -1s
PASS: [none reverse] iteration time was [null] at 0s
PASS: [none reverse] iteration time was [null] at 1s
PASS: [both reverse] iteration time was [1] at -1s
PASS: [both reverse] iteration time was [0] at 0s
PASS: [both reverse] iteration time was [0] at 1s
PASS: [forwards reverse] iteration time was [null] at -1s
PASS: [forwards reverse] iteration time was [0] at 0s
PASS: [forwards reverse] iteration time was [0] at 1s
PASS: [backwards reverse] iteration time was [1] at -1s
PASS: [backwards reverse] iteration time was [null] at 0s
PASS: [backwards reverse] iteration time was [null] at 1s

Zero iterations:
PASS: [1s 0s 0 none] iteration time was [null] at -1s
PASS: [1s 0s 0 none] iteration time was [null] at 0s
PASS: [1s 0s 0 none] iteration time was [null] at 0.5s
PASS: [1s 0s 0 none] iteration time was [null] at 2s
PASS: [1s 0s 0 both] iteration time was [0] at -1s
PASS: [1s 0s 0 both] iteration time was [0] at 0s
PASS: [1s 0s 0 both] iteration time was [0] at 2s
PASS: [1s 0s 0 forwards] iteration time was [null] at -1s
PASS: [1s 0s 0 forwards] iteration time was [0] at 0s
PASS: [1s 0s 0 forwards] iteration time was [0] at 2s
PASS: [1s 0s 0 backwards] iteration time was [0] at -1s
PASS: [1s 0s 0 backwards] iteration time was [null] at 0s
PASS: [1s 0s 0 backwards] iteration time was [null] at 2s

Zero iterations, zero duration:
PASS: [0s 0s 0 none] iteration time was [null] at -1s
PASS: [0s 0s 0 none] iteration time was [null] at 0s
PASS: [0s 0s 0 none] iteration time was [null] at 2s
PASS: [0s 0s 0 both] iteration time was [0] at -1s
PASS: [0s 0s 0 both] iteration time was [0] at 0s
PASS: [0s 0s 0 both] iteration time was [0] at 1s
PASS: [0s 0s 0 forwards] iteration time was [null] at -1s
PASS: [0s 0s 0 forwards] iteration time was [0] at 0s
PASS: [0s 0s 0 forwards] iteration time was [0] at 1s
PASS: [0s 0s 0 backwards] iteration time was [0] at -1s
PASS: [0s 0s 0 backwards] iteration time was [null] at 0s
PASS: [0s 0s 0 backwards] iteration time was [null] at 1s

Multiple iterations:
PASS: [1s 2 linear] iteration time was [null] at -1s
PASS: [1s 2 linear] iteration time was [0] at 0s
PASS: [1s 2 linear] iteration time was [0.4] at 0.4s
PASS: [1s 2 linear] iteration time was [0] at 1s
PASS: [1s 2 linear] iteration time was [0.6] at 1.6s
PASS: [1s 2 linear] iteration time was [null] at 2s
PASS: [1s 2 linear reverse] iteration time was [1] at 0s
PASS: [1s 2 linear reverse] iteration time was [0.6] at 0.4s
PASS: [1s 2 linear reverse] iteration time was [1] at 1s
PASS: [1s 2 linear reverse] iteration time was [0.4] at 1.6s
PASS: [1s 2 linear alternate] iteration time was [0] at 0s
PASS: [1s 2 linear alternate] iteration time was [0.4] at 0.4s
PASS: [1s 2 linear alternate] iteration time was [1] at 1s
PASS: [1s 2 linear alternate] iteration time was [0.4] at 1.6s
PASS: [1s 2 linear alternate-reverse] iteration time was [1] at 0s
PASS: [1s 2 linear alternate-reverse] iteration time was [0.6] at 0.4s
PASS: [1s 2 linear alternate-reverse] iteration time was [0] at 1s
PASS: [1s 2 linear alternate-reverse] iteration time was [0.6] at 1.6s

Fractional iterations:
PASS: [1s 0.5 linear] iteration time was [null] at -1s
PASS: [1s 0.5 linear] iteration time was [0] at 0s
PASS: [1s 0.5 linear] iteration time was [0.2] at 0.2s
PASS: [1s 0.5 linear] iteration time was [null] at 0.5s
PASS: [1s 1.5 linear] iteration time was [null] at -1s
PASS: [1s 1.5 linear] iteration time was [0] at 0s
PASS: [1s 1.5 linear] iteration time was [0.5] at 0.5s
PASS: [1s 1.5 linear] iteration time was [0] at 1s
PASS: [1s 1.5 linear] iteration time was [0.4] at 1.4s
PASS: [1s 1.5 linear] iteration time was [null] at 1.5s
PASS: [1s 1.5 linear reverse] iteration time was [null] at -1s
PASS: [1s 1.5 linear reverse] iteration time was [1] at 0s
PASS: [1s 1.5 linear reverse] iteration time was [0.5] at 0.5s
PASS: [1s 1.5 linear reverse] iteration time was [1] at 1s
PASS: [1s 1.5 linear reverse] iteration time was [0.6] at 1.4s
PASS: [1s 1.5 linear reverse] iteration time was [null] at 1.5s
PASS: [1s 1.6 linear forwards] iteration time was [0.6] at 2s
PASS: [1s 1.6 linear forwards reverse ] iteration time was [0.4] at 2s
PASS: [1s 0.6 linear backwards reverse] iteration time was [1] at -1s

Infinite iterations:
PASS: [1s infinite linear] iteration time was [0] at 1s
PASS: [1s infinite linear] iteration time was [0] at 10s
PASS: [1s infinite linear] iteration time was [0] at 1000s
PASS: [1s infinite linear] iteration time was [0.4] at 1000.4s

Infinite iterations, zero duration:
PASS: [0s infinite linear] iteration time was [null] at -1s
PASS: [0s infinite linear] iteration time was [null] at 0s
PASS: [0s infinite linear] iteration time was [null] at 2s