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

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

Issue 2047283002: Avoid touching z-index in StyleAdjuster by using an isStackingContext flag instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/transform-css-animation-squash-crash.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS This test uses interpolation-test.js. 2 PASS This test uses interpolation-test.js.
3 PASS CSS Transitions: property <z-index> from neutral to [5] at (-0.3) is [-4] 3 PASS CSS Transitions: property <z-index> from neutral to [5] at (-0.3) is [-4]
4 PASS CSS Transitions: property <z-index> from neutral to [5] at (0) is [-2] 4 PASS CSS Transitions: property <z-index> from neutral to [5] at (0) is [-2]
5 PASS CSS Transitions: property <z-index> from neutral to [5] at (0.3) is [0] 5 PASS CSS Transitions: property <z-index> from neutral to [5] at (0.3) is [0]
6 PASS CSS Transitions: property <z-index> from neutral to [5] at (0.6) is [2] 6 PASS CSS Transitions: property <z-index> from neutral to [5] at (0.6) is [2]
7 PASS CSS Transitions: property <z-index> from neutral to [5] at (1) is [5] 7 PASS CSS Transitions: property <z-index> from neutral to [5] at (1) is [5]
8 PASS CSS Transitions: property <z-index> from neutral to [5] at (1.5) is [9] 8 PASS CSS Transitions: property <z-index> from neutral to [5] at (1.5) is [9]
9 PASS CSS Transitions: property <z-index> from [initial] to [5] at (-0.3) is [5] 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] 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] 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] 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] 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] 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] 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 " 16 FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (-0.3) is [-1] assert_equals: expected "18 " but got "- 1 "
17 FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0) is [5] ass ert_equals: expected "15 " but got "5 " 17 FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0) is [0] ass ert_equals: expected "15 " but got "0 "
18 FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0.3) is [5] a ssert_equals: expected "12 " but got "5 " 18 FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0.3) is [2] a ssert_equals: expected "12 " but got "2 "
19 FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0.6) is [5] a ssert_equals: expected "9 " but got "5 " 19 FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (0.6) is [3] a ssert_equals: expected "9 " but got "3 "
20 PASS CSS Transitions: property <z-index> from [inherit] to [5] at (1) is [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 " 21 FAIL CSS Transitions: property <z-index> from [inherit] to [5] at (1.5) is [8] a ssert_equals: expected "0 " but got "8 "
22 PASS CSS Transitions: property <z-index> from [unset] to [5] at (-0.3) is [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] 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] 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] 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] 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] 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] 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] 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] 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] 31 PASS CSS Transitions: property <z-index> from [-5] to [5] at (0.3) is [-2]
(...skipping 26 matching lines...) Expand all
58 PASS CSS Animations: property <z-index> from neutral to [5] at (0.6) is [2] 58 PASS CSS Animations: property <z-index> from neutral to [5] at (0.6) is [2]
59 PASS CSS Animations: property <z-index> from neutral to [5] at (1) is [5] 59 PASS CSS Animations: property <z-index> from neutral to [5] at (1) is [5]
60 PASS CSS Animations: property <z-index> from neutral to [5] at (1.5) is [9] 60 PASS CSS Animations: property <z-index> from neutral to [5] at (1.5) is [9]
61 PASS CSS Animations: property <z-index> from [initial] to [5] at (-0.3) is [auto ] 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] 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] 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] 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] 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] 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] 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 " 68 FAIL CSS Animations: property <z-index> from [inherit] to [5] at (-0.3) is [-1] assert_equals: expected "18 " but got "- 1 "
69 FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0) is [auto] a ssert_equals: expected "15 " but got "auto " 69 FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0) is [0] asse rt_equals: expected "15 " but got "0 "
70 FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0.3) is [auto] assert_equals: expected "12 " but got "auto " 70 FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0.3) is [2] as sert_equals: expected "12 " but got "2 "
71 FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0.6) is [5] as sert_equals: expected "9 " but got "5 " 71 FAIL CSS Animations: property <z-index> from [inherit] to [5] at (0.6) is [3] as sert_equals: expected "9 " but got "3 "
72 PASS CSS Animations: property <z-index> from [inherit] to [5] at (1) is [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 " 73 FAIL CSS Animations: property <z-index> from [inherit] to [5] at (1.5) is [8] as sert_equals: expected "0 " but got "8 "
74 PASS CSS Animations: property <z-index> from [unset] to [5] at (-0.3) is [auto] 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] 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] 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] 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] 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] 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] 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] 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] 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] 83 PASS CSS Animations: property <z-index> from [-5] to [5] at (0.3) is [-2]
(...skipping 26 matching lines...) Expand all
110 PASS Web Animations: property <z-index> from neutral to [5] at (0.6) is [2] 110 PASS Web Animations: property <z-index> from neutral to [5] at (0.6) is [2]
111 PASS Web Animations: property <z-index> from neutral to [5] at (1) is [5] 111 PASS Web Animations: property <z-index> from neutral to [5] at (1) is [5]
112 PASS Web Animations: property <z-index> from neutral to [5] at (1.5) is [9] 112 PASS Web Animations: property <z-index> from neutral to [5] at (1.5) is [9]
113 PASS Web Animations: property <z-index> from [initial] to [5] at (-0.3) is [auto ] 113 PASS Web Animations: property <z-index> from [initial] to [5] at (-0.3) is [auto ]
114 PASS Web Animations: property <z-index> from [initial] to [5] at (0) is [auto] 114 PASS Web Animations: property <z-index> from [initial] to [5] at (0) is [auto]
115 PASS Web Animations: property <z-index> from [initial] to [5] at (0.3) is [auto] 115 PASS Web Animations: property <z-index> from [initial] to [5] at (0.3) is [auto]
116 PASS Web Animations: property <z-index> from [initial] to [5] at (0.5) is [5] 116 PASS Web Animations: property <z-index> from [initial] to [5] at (0.5) is [5]
117 PASS Web Animations: property <z-index> from [initial] to [5] at (0.6) is [5] 117 PASS Web Animations: property <z-index> from [initial] to [5] at (0.6) is [5]
118 PASS Web Animations: property <z-index> from [initial] to [5] at (1) is [5] 118 PASS Web Animations: property <z-index> from [initial] to [5] at (1) is [5]
119 PASS Web Animations: property <z-index> from [initial] to [5] at (1.5) is [5] 119 PASS Web Animations: property <z-index> from [initial] to [5] at (1.5) is [5]
120 FAIL Web Animations: property <z-index> from [inherit] to [5] at (-0.3) is [auto ] assert_equals: expected "18 " but got "auto " 120 FAIL Web Animations: property <z-index> from [inherit] to [5] at (-0.3) is [-1] assert_equals: expected "18 " but got "- 1 "
121 FAIL Web Animations: property <z-index> from [inherit] to [5] at (0) is [auto] a ssert_equals: expected "15 " but got "auto " 121 FAIL Web Animations: property <z-index> from [inherit] to [5] at (0) is [0] asse rt_equals: expected "15 " but got "0 "
122 FAIL Web Animations: property <z-index> from [inherit] to [5] at (0.3) is [auto] assert_equals: expected "12 " but got "auto " 122 FAIL Web Animations: property <z-index> from [inherit] to [5] at (0.3) is [2] as sert_equals: expected "12 " but got "2 "
123 FAIL Web Animations: property <z-index> from [inherit] to [5] at (0.6) is [5] as sert_equals: expected "9 " but got "5 " 123 FAIL Web Animations: property <z-index> from [inherit] to [5] at (0.6) is [3] as sert_equals: expected "9 " but got "3 "
124 PASS Web Animations: property <z-index> from [inherit] to [5] at (1) is [5] 124 PASS Web Animations: property <z-index> from [inherit] to [5] at (1) is [5]
125 FAIL Web Animations: property <z-index> from [inherit] to [5] at (1.5) is [5] as sert_equals: expected "0 " but got "5 " 125 FAIL Web Animations: property <z-index> from [inherit] to [5] at (1.5) is [8] as sert_equals: expected "0 " but got "8 "
126 PASS Web Animations: property <z-index> from [unset] to [5] at (-0.3) is [auto] 126 PASS Web Animations: property <z-index> from [unset] to [5] at (-0.3) is [auto]
127 PASS Web Animations: property <z-index> from [unset] to [5] at (0) is [auto] 127 PASS Web Animations: property <z-index> from [unset] to [5] at (0) is [auto]
128 PASS Web Animations: property <z-index> from [unset] to [5] at (0.3) is [auto] 128 PASS Web Animations: property <z-index> from [unset] to [5] at (0.3) is [auto]
129 PASS Web Animations: property <z-index> from [unset] to [5] at (0.5) is [5] 129 PASS Web Animations: property <z-index> from [unset] to [5] at (0.5) is [5]
130 PASS Web Animations: property <z-index> from [unset] to [5] at (0.6) is [5] 130 PASS Web Animations: property <z-index> from [unset] to [5] at (0.6) is [5]
131 PASS Web Animations: property <z-index> from [unset] to [5] at (1) is [5] 131 PASS Web Animations: property <z-index> from [unset] to [5] at (1) is [5]
132 PASS Web Animations: property <z-index> from [unset] to [5] at (1.5) is [5] 132 PASS Web Animations: property <z-index> from [unset] to [5] at (1.5) is [5]
133 PASS Web Animations: property <z-index> from [-5] to [5] at (-0.3) is [-8] 133 PASS Web Animations: property <z-index> from [-5] to [5] at (-0.3) is [-8]
134 PASS Web Animations: property <z-index> from [-5] to [5] at (0) is [-5] 134 PASS Web Animations: property <z-index> from [-5] to [5] at (0) is [-5]
135 PASS Web Animations: property <z-index> from [-5] to [5] at (0.3) is [-2] 135 PASS Web Animations: property <z-index> from [-5] to [5] at (0.3) is [-2]
(...skipping 15 matching lines...) Expand all
151 PASS Web Animations: property <z-index> from [-2] to [-4] at (1.5) is [-5] 151 PASS Web Animations: property <z-index> from [-2] to [-4] at (1.5) is [-5]
152 PASS Web Animations: property <z-index> from [auto] to [10] at (-0.3) is [auto] 152 PASS Web Animations: property <z-index> from [auto] to [10] at (-0.3) is [auto]
153 PASS Web Animations: property <z-index> from [auto] to [10] at (0) is [auto] 153 PASS Web Animations: property <z-index> from [auto] to [10] at (0) is [auto]
154 PASS Web Animations: property <z-index> from [auto] to [10] at (0.3) is [auto] 154 PASS Web Animations: property <z-index> from [auto] to [10] at (0.3) is [auto]
155 PASS Web Animations: property <z-index> from [auto] to [10] at (0.5) is [10] 155 PASS Web Animations: property <z-index> from [auto] to [10] at (0.5) is [10]
156 PASS Web Animations: property <z-index> from [auto] to [10] at (0.6) is [10] 156 PASS Web Animations: property <z-index> from [auto] to [10] at (0.6) is [10]
157 PASS Web Animations: property <z-index> from [auto] to [10] at (1) is [10] 157 PASS Web Animations: property <z-index> from [auto] to [10] at (1) is [10]
158 PASS Web Animations: property <z-index> from [auto] to [10] at (1.5) is [10] 158 PASS Web Animations: property <z-index> from [auto] to [10] at (1.5) is [10]
159 Harness: the test ran to completion. 159 Harness: the test ran to completion.
160 160
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/transform-css-animation-squash-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698