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

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

Issue 70903004: Web Animations CSS: Add to experimental web platform features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add expectations for a couple more newly failing tests Created 7 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 | Annotate | Revision Log
OLDNEW
1 1
2 2
3 3
4 Sanity tests: 4 Sanity tests:
5 PASS: [1s linear] iteration time was [null] at -1s 5 PASS: [1s linear] iteration time was [null] at -1s
6 PASS: [1s linear] iteration time was [0] at 0s 6 PASS: [1s linear] iteration time was [0] at 0s
7 PASS: [1s linear] iteration time was [0.5] at 0.5s 7 PASS: [1s linear] iteration time was [0.5] at 0.5s
8 PASS: [1s linear] iteration time was [0.2] at 0.2s 8 PASS: [1s linear] iteration time was [0.2] at 0.2s
9 PASS: [1s linear] iteration time was [0.8] at 0.8s 9 PASS: [1s linear] iteration time was [0.8] at 0.8s
10 PASS: [1s linear] iteration time was [null] at 2s 10 PASS: [1s linear] iteration time was [null] at 2s
11 11
12 Fill-mode: 12 Fill-mode:
13 PASS: [1s none] iteration time was [null] at -1s 13 PASS: [1s none] iteration time was [null] at -1s
14 PASS: [1s none] iteration time was [null] at 2s 14 PASS: [1s none] iteration time was [null] at 2s
15 PASS: [1s both] iteration time was [0] at -1s 15 PASS: [1s both] iteration time was [0] at -1s
16 PASS: [1s both] iteration time was [1] at 2s 16 PASS: [1s both] iteration time was [1] at 2s
17 PASS: [1s forwards] iteration time was [null] at -1s 17 PASS: [1s forwards] iteration time was [null] at -1s
18 PASS: [1s forwards] iteration time was [1] at 2s 18 PASS: [1s forwards] iteration time was [1] at 2s
19 PASS: [1s backwards] iteration time was [0] at -1s 19 PASS: [1s backwards] iteration time was [0] at -1s
20 PASS: [1s backwards] iteration time was [null] at 2s 20 PASS: [1s backwards] iteration time was [null] at 2s
21 21
22 Fill-mode + reverse direction: 22 Fill-mode + reverse direction:
23 PASS: [1s none reverse] iteration time was [null] at -1s 23 PASS: [1s none reverse] iteration time was [null] at -1s
24 PASS: [1s none reverse] iteration time was [null] at 2s 24 PASS: [1s none reverse] iteration time was [null] at 2s
25 PASS: [1s both reverse] iteration time was [1] at -1s 25 PASS: [1s both reverse] iteration time was [1] at -1s
26 FAIL: [1s both reverse] iteration time was [1] at 2s expected [0] 26 PASS: [1s both reverse] iteration time was [0] at 2s
27 PASS: [1s forwards reverse] iteration time was [null] at -1s 27 PASS: [1s forwards reverse] iteration time was [null] at -1s
28 FAIL: [1s forwards reverse] iteration time was [1] at 2s expected [0] 28 PASS: [1s forwards reverse] iteration time was [0] at 2s
29 PASS: [1s backwards reverse] iteration time was [1] at -1s 29 PASS: [1s backwards reverse] iteration time was [1] at -1s
30 PASS: [1s backwards reverse] iteration time was [null] at 2s 30 PASS: [1s backwards reverse] iteration time was [null] at 2s
31 31
32 End exclusive timing: 32 End exclusive timing:
33 PASS: [1s] iteration time was [null] at 1s 33 PASS: [1s] iteration time was [null] at 1s
34 34
35 Zero duration: 35 Zero duration:
36 PASS: [none] iteration time was [null] at -1s 36 PASS: [none] iteration time was [null] at -1s
37 PASS: [none] iteration time was [null] at 0s 37 PASS: [none] iteration time was [null] at 0s
38 PASS: [none] iteration time was [null] at 1s 38 PASS: [none] iteration time was [null] at 1s
39 FAIL: [both] iteration time was [1] at -1s expected [0] 39 PASS: [both] iteration time was [0] at -1s
40 FAIL: [both] iteration time was [null] at 0s expected [1] 40 PASS: [both] iteration time was [1] at 0s
41 PASS: [both] iteration time was [1] at 1s 41 PASS: [both] iteration time was [1] at 1s
42 PASS: [forwards] iteration time was [null] at -1s 42 PASS: [forwards] iteration time was [null] at -1s
43 FAIL: [forwards] iteration time was [null] at 0s expected [1] 43 PASS: [forwards] iteration time was [1] at 0s
44 PASS: [forwards] iteration time was [1] at 1s 44 PASS: [forwards] iteration time was [1] at 1s
45 FAIL: [backwards] iteration time was [1] at -1s expected [0] 45 PASS: [backwards] iteration time was [0] at -1s
46 PASS: [backwards] iteration time was [null] at 0s 46 PASS: [backwards] iteration time was [null] at 0s
47 PASS: [backwards] iteration time was [null] at 1s 47 PASS: [backwards] iteration time was [null] at 1s
48 48
49 Zero duration + reverse direction: 49 Zero duration + reverse direction:
50 PASS: [none reverse] iteration time was [null] at -1s 50 PASS: [none reverse] iteration time was [null] at -1s
51 PASS: [none reverse] iteration time was [null] at 0s 51 PASS: [none reverse] iteration time was [null] at 0s
52 PASS: [none reverse] iteration time was [null] at 1s 52 PASS: [none reverse] iteration time was [null] at 1s
53 FAIL: [both reverse] iteration time was [0] at -1s expected [1] 53 PASS: [both reverse] iteration time was [1] at -1s
54 FAIL: [both reverse] iteration time was [null] at 0s expected [0] 54 PASS: [both reverse] iteration time was [0] at 0s
55 FAIL: [both reverse] iteration time was [1] at 1s expected [0] 55 PASS: [both reverse] iteration time was [0] at 1s
56 PASS: [forwards reverse] iteration time was [null] at -1s 56 PASS: [forwards reverse] iteration time was [null] at -1s
57 FAIL: [forwards reverse] iteration time was [null] at 0s expected [0] 57 PASS: [forwards reverse] iteration time was [0] at 0s
58 FAIL: [forwards reverse] iteration time was [1] at 1s expected [0] 58 PASS: [forwards reverse] iteration time was [0] at 1s
59 FAIL: [backwards reverse] iteration time was [0] at -1s expected [1] 59 PASS: [backwards reverse] iteration time was [1] at -1s
60 PASS: [backwards reverse] iteration time was [null] at 0s 60 PASS: [backwards reverse] iteration time was [null] at 0s
61 PASS: [backwards reverse] iteration time was [null] at 1s 61 PASS: [backwards reverse] iteration time was [null] at 1s
62 62
63 Zero iterations: 63 Zero iterations:
64 PASS: [1s 0s 0 none] iteration time was [null] at -1s 64 PASS: [1s 0s 0 none] iteration time was [null] at -1s
65 PASS: [1s 0s 0 none] iteration time was [null] at 0s 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 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 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] 68 PASS: [1s 0s 0 both] iteration time was [0] at -1s
69 FAIL: [1s 0s 0 both] iteration time was [null] at 0s expected [0] 69 PASS: [1s 0s 0 both] iteration time was [0] at 0s
70 FAIL: [1s 0s 0 both] iteration time was [null] at 2s expected [0] 70 PASS: [1s 0s 0 both] iteration time was [0] at 2s
71 PASS: [1s 0s 0 forwards] iteration time was [null] at -1s 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] 72 PASS: [1s 0s 0 forwards] iteration time was [0] at 0s
73 FAIL: [1s 0s 0 forwards] iteration time was [null] at 2s expected [0] 73 PASS: [1s 0s 0 forwards] iteration time was [0] at 2s
74 FAIL: [1s 0s 0 backwards] iteration time was [null] at -1s expected [0] 74 PASS: [1s 0s 0 backwards] iteration time was [0] at -1s
75 PASS: [1s 0s 0 backwards] iteration time was [null] at 0s 75 PASS: [1s 0s 0 backwards] iteration time was [null] at 0s
76 PASS: [1s 0s 0 backwards] iteration time was [null] at 2s 76 PASS: [1s 0s 0 backwards] iteration time was [null] at 2s
77 77
78 Zero iterations, zero duration: 78 Zero iterations, zero duration:
79 PASS: [0s 0s 0 none] iteration time was [null] at -1s 79 PASS: [0s 0s 0 none] iteration time was [null] at -1s
80 PASS: [0s 0s 0 none] iteration time was [null] at 0s 80 PASS: [0s 0s 0 none] iteration time was [null] at 0s
81 PASS: [0s 0s 0 none] iteration time was [null] at 2s 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] 82 PASS: [0s 0s 0 both] iteration time was [0] at -1s
83 FAIL: [0s 0s 0 both] iteration time was [null] at 0s expected [0] 83 PASS: [0s 0s 0 both] iteration time was [0] at 0s
84 FAIL: [0s 0s 0 both] iteration time was [null] at 1s expected [0] 84 PASS: [0s 0s 0 both] iteration time was [0] at 1s
85 PASS: [0s 0s 0 forwards] iteration time was [null] at -1s 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] 86 PASS: [0s 0s 0 forwards] iteration time was [0] at 0s
87 FAIL: [0s 0s 0 forwards] iteration time was [null] at 1s expected [0] 87 PASS: [0s 0s 0 forwards] iteration time was [0] at 1s
88 FAIL: [0s 0s 0 backwards] iteration time was [null] at -1s expected [0] 88 PASS: [0s 0s 0 backwards] iteration time was [0] at -1s
89 PASS: [0s 0s 0 backwards] iteration time was [null] at 0s 89 PASS: [0s 0s 0 backwards] iteration time was [null] at 0s
90 PASS: [0s 0s 0 backwards] iteration time was [null] at 1s 90 PASS: [0s 0s 0 backwards] iteration time was [null] at 1s
91 91
92 Multiple iterations: 92 Multiple iterations:
93 PASS: [1s 2 linear] iteration time was [null] at -1s 93 PASS: [1s 2 linear] iteration time was [null] at -1s
94 PASS: [1s 2 linear] iteration time was [0] at 0s 94 PASS: [1s 2 linear] iteration time was [0] at 0s
95 PASS: [1s 2 linear] iteration time was [0.4] at 0.4s 95 PASS: [1s 2 linear] iteration time was [0.4] at 0.4s
96 PASS: [1s 2 linear] iteration time was [0] at 1s 96 PASS: [1s 2 linear] iteration time was [0] at 1s
97 PASS: [1s 2 linear] iteration time was [0.6] at 1.6s 97 PASS: [1s 2 linear] iteration time was [0.6] at 1.6s
98 PASS: [1s 2 linear] iteration time was [null] at 2s 98 PASS: [1s 2 linear] iteration time was [null] at 2s
(...skipping 20 matching lines...) Expand all
119 PASS: [1s 1.5 linear] iteration time was [0.5] at 0.5s 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 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 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 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 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 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 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 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 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 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] 129 PASS: [1s 1.6 linear forwards] iteration time was [0.6] at 2s
130 FAIL: [1s 1.6 linear forwards reverse ] iteration time was [1] at 2s expected [0 .4] 130 PASS: [1s 1.6 linear forwards reverse ] iteration time was [0.4] at 2s
131 PASS: [1s 0.6 linear backwards reverse] iteration time was [1] at -1s 131 PASS: [1s 0.6 linear backwards reverse] iteration time was [1] at -1s
132 132
133 Infinite iterations: 133 Infinite iterations:
134 PASS: [1s infinite linear] iteration time was [0] at 1s 134 PASS: [1s infinite linear] iteration time was [0] at 1s
135 PASS: [1s infinite linear] iteration time was [0] at 10s 135 PASS: [1s infinite linear] iteration time was [0] at 10s
136 PASS: [1s infinite linear] iteration time was [0] at 1000s 136 PASS: [1s infinite linear] iteration time was [0] at 1000s
137 PASS: [1s infinite linear] iteration time was [0.4] at 1000.4s 137 PASS: [1s infinite linear] iteration time was [0.4] at 1000.4s
138 138
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698