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

Side by Side Diff: LayoutTests/virtual/web-animations-css/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
(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 PASS: [1s both reverse] iteration time was [0] at 2s
27 PASS: [1s forwards reverse] iteration time was [null] at -1s
28 PASS: [1s forwards reverse] iteration time was [0] at 2s
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 PASS: [both] iteration time was [0] at -1s
40 PASS: [both] iteration time was [1] at 0s
41 PASS: [both] iteration time was [1] at 1s
42 PASS: [forwards] iteration time was [null] at -1s
43 PASS: [forwards] iteration time was [1] at 0s
44 PASS: [forwards] iteration time was [1] at 1s
45 PASS: [backwards] iteration time was [0] at -1s
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 PASS: [both reverse] iteration time was [1] at -1s
54 PASS: [both reverse] iteration time was [0] at 0s
55 PASS: [both reverse] iteration time was [0] at 1s
56 PASS: [forwards reverse] iteration time was [null] at -1s
57 PASS: [forwards reverse] iteration time was [0] at 0s
58 PASS: [forwards reverse] iteration time was [0] at 1s
59 PASS: [backwards reverse] iteration time was [1] at -1s
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 PASS: [1s 0s 0 both] iteration time was [0] at -1s
69 PASS: [1s 0s 0 both] iteration time was [0] at 0s
70 PASS: [1s 0s 0 both] iteration time was [0] at 2s
71 PASS: [1s 0s 0 forwards] iteration time was [null] at -1s
72 PASS: [1s 0s 0 forwards] iteration time was [0] at 0s
73 PASS: [1s 0s 0 forwards] iteration time was [0] at 2s
74 PASS: [1s 0s 0 backwards] iteration time was [0] at -1s
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 PASS: [0s 0s 0 both] iteration time was [0] at -1s
83 PASS: [0s 0s 0 both] iteration time was [0] at 0s
84 PASS: [0s 0s 0 both] iteration time was [0] at 1s
85 PASS: [0s 0s 0 forwards] iteration time was [null] at -1s
86 PASS: [0s 0s 0 forwards] iteration time was [0] at 0s
87 PASS: [0s 0s 0 forwards] iteration time was [0] at 1s
88 PASS: [0s 0s 0 backwards] iteration time was [0] at -1s
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 PASS: [1s 1.6 linear forwards] iteration time was [0.6] at 2s
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698