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

Side by Side Diff: LayoutTests/animations/interpolation/z-index-interpolation-expected.txt

Issue 1265873002: Add test coverage for interpolations using CSS wide keywords and neutral keyframes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 4 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 This is a testharness.js-based test.
2 PASS This test uses interpolation-test.js.
3 PASS CSS Transitions: property <z-index> from [] to [5] at (-0.3) is [-4]
4 PASS CSS Transitions: property <z-index> from [] to [5] at (0) is [-2]
5 PASS CSS Transitions: property <z-index> from [] to [5] at (0.3) is [0]
6 PASS CSS Transitions: property <z-index> from [] to [5] at (0.6) is [2]
7 PASS CSS Transitions: property <z-index> from [] to [5] at (1) is [5]
8 PASS CSS Transitions: property <z-index> from [] to [5] at (1.5) is [9]
9 PASS CSS Transitions: property <z-index> from [initial] to [5] at (-0.3) is [5]
10 PASS CSS Transitions: property <z-index> from [initial] to [5] at (0) is [5]
11 PASS CSS Transitions: property <z-index> from [initial] to [5] at (0.3) is [5]
12 PASS CSS Transitions: property <z-index> from [initial] to [5] at (0.5) is [5]
13 PASS CSS Transitions: property <z-index> from [initial] to [5] at (0.6) is [5]
14 PASS CSS Transitions: property <z-index> from [initial] to [5] at (1) is [5]
15 PASS CSS Transitions: property <z-index> from [initial] to [5] at (1.5) is [5]
16 FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (-0.3) is [5] assert_equals: expected "18 " but got "5 "
17 FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0) is [5] ass ert_equals: expected "15 " but got "5 "
18 FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0.3) is [5] a ssert_equals: expected "12 " but got "5 "
19 FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0.6) is [5] a ssert_equals: expected "9 " but got "5 "
20 PASS CSS Transitions: property <z-index> from [inherit] to [5] at (1) is [5]
21 FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (1.5) is [5] a ssert_equals: expected "0 " but got "5 "
22 PASS CSS Transitions: property <z-index> from [unset] to [5] at (-0.3) is [5]
23 PASS CSS Transitions: property <z-index> from [unset] to [5] at (0) is [5]
24 PASS CSS Transitions: property <z-index> from [unset] to [5] at (0.3) is [5]
25 PASS CSS Transitions: property <z-index> from [unset] to [5] at (0.5) is [5]
26 PASS CSS Transitions: property <z-index> from [unset] to [5] at (0.6) is [5]
27 PASS CSS Transitions: property <z-index> from [unset] to [5] at (1) is [5]
28 PASS CSS Transitions: property <z-index> from [unset] to [5] at (1.5) is [5]
29 PASS CSS Transitions: property <z-index> from [-5] to [5] at (-0.3) is [-8]
30 PASS CSS Transitions: property <z-index> from [-5] to [5] at (0) is [-5]
31 PASS CSS Transitions: property <z-index> from [-5] to [5] at (0.3) is [-2]
32 PASS CSS Transitions: property <z-index> from [-5] to [5] at (0.6) is [1]
33 PASS CSS Transitions: property <z-index> from [-5] to [5] at (1) is [5]
34 PASS CSS Transitions: property <z-index> from [-5] to [5] at (1.5) is [10]
35 PASS CSS Transitions: property <z-index> from [2] to [4] at (-0.3) is [1]
36 PASS CSS Transitions: property <z-index> from [2] to [4] at (0) is [2]
37 PASS CSS Transitions: property <z-index> from [2] to [4] at (0.3) is [3]
38 PASS CSS Transitions: property <z-index> from [2] to [4] at (0.6) is [3]
39 PASS CSS Transitions: property <z-index> from [2] to [4] at (1) is [4]
40 PASS CSS Transitions: property <z-index> from [2] to [4] at (1.5) is [5]
41 PASS CSS Transitions: property <z-index> from [-2] to [-4] at (-0.3) is [-1]
42 PASS CSS Transitions: property <z-index> from [-2] to [-4] at (0) is [-2]
43 PASS CSS Transitions: property <z-index> from [-2] to [-4] at (0.1) is [-2]
44 PASS CSS Transitions: property <z-index> from [-2] to [-4] at (0.3) is [-3]
45 PASS CSS Transitions: property <z-index> from [-2] to [-4] at (0.6) is [-3]
46 PASS CSS Transitions: property <z-index> from [-2] to [-4] at (1) is [-4]
47 PASS CSS Transitions: property <z-index> from [-2] to [-4] at (1.5) is [-5]
48 PASS CSS Transitions: property <z-index> from [auto] to [10] at (-0.3) is [10]
49 PASS CSS Transitions: property <z-index> from [auto] to [10] at (0) is [10]
50 PASS CSS Transitions: property <z-index> from [auto] to [10] at (0.3) is [10]
51 PASS CSS Transitions: property <z-index> from [auto] to [10] at (0.5) is [10]
52 PASS CSS Transitions: property <z-index> from [auto] to [10] at (0.6) is [10]
53 PASS CSS Transitions: property <z-index> from [auto] to [10] at (1) is [10]
54 PASS CSS Transitions: property <z-index> from [auto] to [10] at (1.5) is [10]
55 PASS CSS Animations: property <z-index> from [] to [5] at (-0.3) is [-4]
56 PASS CSS Animations: property <z-index> from [] to [5] at (0) is [-2]
57 PASS CSS Animations: property <z-index> from [] to [5] at (0.3) is [0]
58 PASS CSS Animations: property <z-index> from [] to [5] at (0.6) is [2]
59 PASS CSS Animations: property <z-index> from [] to [5] at (1) is [5]
60 PASS CSS Animations: property <z-index> from [] to [5] at (1.5) is [9]
61 PASS CSS Animations: property <z-index> from [initial] to [5] at (-0.3) is [auto ]
62 PASS CSS Animations: property <z-index> from [initial] to [5] at (0) is [auto]
63 PASS CSS Animations: property <z-index> from [initial] to [5] at (0.3) is [auto]
64 PASS CSS Animations: property <z-index> from [initial] to [5] at (0.5) is [5]
65 PASS CSS Animations: property <z-index> from [initial] to [5] at (0.6) is [5]
66 PASS CSS Animations: property <z-index> from [initial] to [5] at (1) is [5]
67 PASS CSS Animations: property <z-index> from [initial] to [5] at (1.5) is [5]
68 FAIL CSS Animations: property <z-index> from [inherit] to [5] at (-0.3) is [auto ] assert_equals: expected "18 " but got "auto "
69 FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0) is [auto] a ssert_equals: expected "15 " but got "auto "
70 FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0.3) is [auto] assert_equals: expected "12 " but got "auto "
71 FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0.6) is [5] as sert_equals: expected "9 " but got "5 "
72 PASS CSS Animations: property <z-index> from [inherit] to [5] at (1) is [5]
73 FAIL CSS Animations: property <z-index> from [inherit] to [5] at (1.5) is [5] as sert_equals: expected "0 " but got "5 "
74 PASS CSS Animations: property <z-index> from [unset] to [5] at (-0.3) is [auto]
75 PASS CSS Animations: property <z-index> from [unset] to [5] at (0) is [auto]
76 PASS CSS Animations: property <z-index> from [unset] to [5] at (0.3) is [auto]
77 PASS CSS Animations: property <z-index> from [unset] to [5] at (0.5) is [5]
78 PASS CSS Animations: property <z-index> from [unset] to [5] at (0.6) is [5]
79 PASS CSS Animations: property <z-index> from [unset] to [5] at (1) is [5]
80 PASS CSS Animations: property <z-index> from [unset] to [5] at (1.5) is [5]
81 PASS CSS Animations: property <z-index> from [-5] to [5] at (-0.3) is [-8]
82 PASS CSS Animations: property <z-index> from [-5] to [5] at (0) is [-5]
83 PASS CSS Animations: property <z-index> from [-5] to [5] at (0.3) is [-2]
84 PASS CSS Animations: property <z-index> from [-5] to [5] at (0.6) is [1]
85 PASS CSS Animations: property <z-index> from [-5] to [5] at (1) is [5]
86 PASS CSS Animations: property <z-index> from [-5] to [5] at (1.5) is [10]
87 PASS CSS Animations: property <z-index> from [2] to [4] at (-0.3) is [1]
88 PASS CSS Animations: property <z-index> from [2] to [4] at (0) is [2]
89 PASS CSS Animations: property <z-index> from [2] to [4] at (0.3) is [3]
90 PASS CSS Animations: property <z-index> from [2] to [4] at (0.6) is [3]
91 PASS CSS Animations: property <z-index> from [2] to [4] at (1) is [4]
92 PASS CSS Animations: property <z-index> from [2] to [4] at (1.5) is [5]
93 PASS CSS Animations: property <z-index> from [-2] to [-4] at (-0.3) is [-1]
94 PASS CSS Animations: property <z-index> from [-2] to [-4] at (0) is [-2]
95 PASS CSS Animations: property <z-index> from [-2] to [-4] at (0.1) is [-2]
96 PASS CSS Animations: property <z-index> from [-2] to [-4] at (0.3) is [-3]
97 PASS CSS Animations: property <z-index> from [-2] to [-4] at (0.6) is [-3]
98 PASS CSS Animations: property <z-index> from [-2] to [-4] at (1) is [-4]
99 PASS CSS Animations: property <z-index> from [-2] to [-4] at (1.5) is [-5]
100 PASS CSS Animations: property <z-index> from [auto] to [10] at (-0.3) is [auto]
101 PASS CSS Animations: property <z-index> from [auto] to [10] at (0) is [auto]
102 PASS CSS Animations: property <z-index> from [auto] to [10] at (0.3) is [auto]
103 PASS CSS Animations: property <z-index> from [auto] to [10] at (0.5) is [10]
104 PASS CSS Animations: property <z-index> from [auto] to [10] at (0.6) is [10]
105 PASS CSS Animations: property <z-index> from [auto] to [10] at (1) is [10]
106 PASS CSS Animations: property <z-index> from [auto] to [10] at (1.5) is [10]
107 PASS Web Animations: property <z-index> from [initial] to [5] at (-0.3) is [auto ]
108 PASS Web Animations: property <z-index> from [initial] to [5] at (0) is [auto]
109 PASS Web Animations: property <z-index> from [initial] to [5] at (0.3) is [auto]
110 PASS Web Animations: property <z-index> from [initial] to [5] at (0.5) is [5]
111 PASS Web Animations: property <z-index> from [initial] to [5] at (0.6) is [5]
112 PASS Web Animations: property <z-index> from [initial] to [5] at (1) is [5]
113 PASS Web Animations: property <z-index> from [initial] to [5] at (1.5) is [5]
114 FAIL Web Animations: property <z-index> from [inherit] to [5] at (-0.3) is [auto ] assert_equals: expected "18 " but got "auto "
115 FAIL Web Animations: property <z-index> from [inherit] to [5] at (0) is [auto] a ssert_equals: expected "15 " but got "auto "
116 FAIL Web Animations: property <z-index> from [inherit] to [5] at (0.3) is [auto] assert_equals: expected "12 " but got "auto "
117 FAIL Web Animations: property <z-index> from [inherit] to [5] at (0.6) is [5] as sert_equals: expected "9 " but got "5 "
118 PASS Web Animations: property <z-index> from [inherit] to [5] at (1) is [5]
119 FAIL Web Animations: property <z-index> from [inherit] to [5] at (1.5) is [5] as sert_equals: expected "0 " but got "5 "
120 PASS Web Animations: property <z-index> from [unset] to [5] at (-0.3) is [auto]
121 PASS Web Animations: property <z-index> from [unset] to [5] at (0) is [auto]
122 PASS Web Animations: property <z-index> from [unset] to [5] at (0.3) is [auto]
123 PASS Web Animations: property <z-index> from [unset] to [5] at (0.5) is [5]
124 PASS Web Animations: property <z-index> from [unset] to [5] at (0.6) is [5]
125 PASS Web Animations: property <z-index> from [unset] to [5] at (1) is [5]
126 PASS Web Animations: property <z-index> from [unset] to [5] at (1.5) is [5]
127 PASS Web Animations: property <z-index> from [-5] to [5] at (-0.3) is [-8]
128 PASS Web Animations: property <z-index> from [-5] to [5] at (0) is [-5]
129 PASS Web Animations: property <z-index> from [-5] to [5] at (0.3) is [-2]
130 PASS Web Animations: property <z-index> from [-5] to [5] at (0.6) is [1]
131 PASS Web Animations: property <z-index> from [-5] to [5] at (1) is [5]
132 PASS Web Animations: property <z-index> from [-5] to [5] at (1.5) is [10]
133 PASS Web Animations: property <z-index> from [2] to [4] at (-0.3) is [1]
134 PASS Web Animations: property <z-index> from [2] to [4] at (0) is [2]
135 PASS Web Animations: property <z-index> from [2] to [4] at (0.3) is [3]
136 PASS Web Animations: property <z-index> from [2] to [4] at (0.6) is [3]
137 PASS Web Animations: property <z-index> from [2] to [4] at (1) is [4]
138 PASS Web Animations: property <z-index> from [2] to [4] at (1.5) is [5]
139 PASS Web Animations: property <z-index> from [-2] to [-4] at (-0.3) is [-1]
140 PASS Web Animations: property <z-index> from [-2] to [-4] at (0) is [-2]
141 PASS Web Animations: property <z-index> from [-2] to [-4] at (0.1) is [-2]
142 PASS Web Animations: property <z-index> from [-2] to [-4] at (0.3) is [-3]
143 PASS Web Animations: property <z-index> from [-2] to [-4] at (0.6) is [-3]
144 PASS Web Animations: property <z-index> from [-2] to [-4] at (1) is [-4]
145 PASS Web Animations: property <z-index> from [-2] to [-4] at (1.5) is [-5]
146 PASS Web Animations: property <z-index> from [auto] to [10] at (-0.3) is [auto]
147 PASS Web Animations: property <z-index> from [auto] to [10] at (0) is [auto]
148 PASS Web Animations: property <z-index> from [auto] to [10] at (0.3) is [auto]
149 PASS Web Animations: property <z-index> from [auto] to [10] at (0.5) is [10]
150 PASS Web Animations: property <z-index> from [auto] to [10] at (0.6) is [10]
151 PASS Web Animations: property <z-index> from [auto] to [10] at (1) is [10]
152 PASS Web Animations: property <z-index> from [auto] to [10] at (1.5) is [10]
153 Harness: the test ran to completion.
154
OLDNEW
« no previous file with comments | « LayoutTests/animations/interpolation/z-index-interpolation.html ('k') | LayoutTests/animations/resources/blue-20.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698