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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/interpolation/border-image-width-interpolation-expected.txt

Issue 2696563006: Add "auto" handling to border-image-width animations (Closed)
Patch Set: default Created 3 years, 10 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/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp » ('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 <border-image-width> from neutral to [20px] at (- 0.3) is [7px] 3 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (- 0.3) is [7px]
4 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (0 ) is [10px] 4 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (0 ) is [10px]
5 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (0 .3) is [13px] 5 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (0 .3) is [13px]
6 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (0 .6) is [16px] 6 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (0 .6) is [16px]
7 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (1 ) is [20px] 7 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (1 ) is [20px]
8 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (1 .5) is [25px] 8 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (1 .5) is [25px]
9 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (5 ) is [60px] 9 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (5 ) is [60px]
10 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (1 0) is [110px] 10 PASS CSS Transitions: property <border-image-width> from neutral to [20px] at (1 0) is [110px]
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 FAIL CSS Animations: property <border-image-width> from [10%] to [20px] at (0.3) is [calc(6px + 7%)] assert_equals: expected "13px " but got "calc ( 6px + 7 % ) " 182 FAIL CSS Animations: property <border-image-width> from [10%] to [20px] at (0.3) is [calc(6px + 7%)] assert_equals: expected "13px " but got "calc ( 6px + 7 % ) "
183 FAIL CSS Animations: property <border-image-width> from [10%] to [20px] at (0.6) is [calc(12px + 4%)] assert_equals: expected "16px " but got "calc ( 12px + 4 % ) " 183 FAIL CSS Animations: property <border-image-width> from [10%] to [20px] at (0.6) is [calc(12px + 4%)] assert_equals: expected "16px " but got "calc ( 12px + 4 % ) "
184 PASS CSS Animations: property <border-image-width> from [10%] to [20px] at (1) i s [20px] 184 PASS CSS Animations: property <border-image-width> from [10%] to [20px] at (1) i s [20px]
185 FAIL CSS Animations: property <border-image-width> from [10%] to [20px] at (1.5) is [calc(30px + -5%)] assert_equals: expected "25px " but got "calc ( 30px + - 5 % ) " 185 FAIL CSS Animations: property <border-image-width> from [10%] to [20px] at (1.5) is [calc(30px + -5%)] assert_equals: expected "25px " but got "calc ( 30px + - 5 % ) "
186 FAIL CSS Animations: property <border-image-width> from [10px] to [20%] at (-0.3 ) is [calc(13px + -6%)] assert_equals: expected "7px " but got "calc ( 13px + - 6 % ) " 186 FAIL CSS Animations: property <border-image-width> from [10px] to [20%] at (-0.3 ) is [calc(13px + -6%)] assert_equals: expected "7px " but got "calc ( 13px + - 6 % ) "
187 PASS CSS Animations: property <border-image-width> from [10px] to [20%] at (0) i s [10px] 187 PASS CSS Animations: property <border-image-width> from [10px] to [20%] at (0) i s [10px]
188 FAIL CSS Animations: property <border-image-width> from [10px] to [20%] at (0.3) is [calc(7px + 6%)] assert_equals: expected "13px " but got "calc ( 7px + 6 % ) " 188 FAIL CSS Animations: property <border-image-width> from [10px] to [20%] at (0.3) is [calc(7px + 6%)] assert_equals: expected "13px " but got "calc ( 7px + 6 % ) "
189 FAIL CSS Animations: property <border-image-width> from [10px] to [20%] at (0.6) is [calc(4px + 12%)] assert_equals: expected "16px " but got "calc ( 4px + 12 % ) " 189 FAIL CSS Animations: property <border-image-width> from [10px] to [20%] at (0.6) is [calc(4px + 12%)] assert_equals: expected "16px " but got "calc ( 4px + 12 % ) "
190 PASS CSS Animations: property <border-image-width> from [10px] to [20%] at (1) i s [20%] 190 PASS CSS Animations: property <border-image-width> from [10px] to [20%] at (1) i s [20%]
191 FAIL CSS Animations: property <border-image-width> from [10px] to [20%] at (1.5) is [calc(-5px + 30%)] assert_equals: expected "25px " but got "calc ( - 5px + 3 0 % ) " 191 FAIL CSS Animations: property <border-image-width> from [10px] to [20%] at (1.5) is [calc(-5px + 30%)] assert_equals: expected "25px " but got "calc ( - 5px + 3 0 % ) "
192 FAIL CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (-0.3) is [10px auto auto 20] assert_equals: expected "0 px auto auto 0 " but got "10px auto auto 20 " 192 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (-0.3) is [0px auto auto 0]
193 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (0) is [10px auto auto 20] 193 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (0) is [10px auto auto 20]
194 FAIL CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (0.3) is [10px auto auto 20] assert_equals: expected "40 px auto auto 50 " but got "10px auto auto 20 " 194 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (0.3) is [40px auto auto 50]
195 FAIL CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (0.6) is [110px auto auto 120] assert_equals: expected " 70px auto auto 80 " but got "110px auto auto 120 " 195 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (0.6) is [70px auto auto 80]
196 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (1) is [110px auto auto 120] 196 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (1) is [110px auto auto 120]
197 FAIL CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (1.5) is [110px auto auto 120] assert_equals: expected " 160px auto auto 170 " but got "110px auto auto 120 " 197 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (1.5) is [160px auto auto 170]
198 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (-0.3) is [10px auto auto 20] 198 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (-0.3) is [10px auto auto 20]
199 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0) is [10px auto auto 20] 199 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0) is [10px auto auto 20]
200 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0.3) is [10px auto auto 20] 200 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0.3) is [10px auto auto 20]
201 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0.5) is [110px auto 120] 201 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0.5) is [110px auto 120]
202 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0.6) is [110px auto 120] 202 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0.6) is [110px auto 120]
203 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (1) is [110px auto 120] 203 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (1) is [110px auto 120]
204 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (1.5) is [110px auto 120] 204 PASS CSS Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (1.5) is [110px auto 120]
205 PASS CSS Animations: property <border-image-width> from [10px] to [20] at (-0.3) is [10px] 205 PASS CSS Animations: property <border-image-width> from [10px] to [20] at (-0.3) is [10px]
206 PASS CSS Animations: property <border-image-width> from [10px] to [20] at (0) is [10px] 206 PASS CSS Animations: property <border-image-width> from [10px] to [20] at (0) is [10px]
207 PASS CSS Animations: property <border-image-width> from [10px] to [20] at (0.3) is [10px] 207 PASS CSS Animations: property <border-image-width> from [10px] to [20] at (0.3) is [10px]
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 FAIL Web Animations: property <border-image-width> from [10%] to [20px] at (0.3) is [calc(6px + 7%)] assert_equals: expected "13px " but got "calc ( 6px + 7 % ) " 297 FAIL Web Animations: property <border-image-width> from [10%] to [20px] at (0.3) is [calc(6px + 7%)] assert_equals: expected "13px " but got "calc ( 6px + 7 % ) "
298 FAIL Web Animations: property <border-image-width> from [10%] to [20px] at (0.6) is [calc(12px + 4%)] assert_equals: expected "16px " but got "calc ( 12px + 4 % ) " 298 FAIL Web Animations: property <border-image-width> from [10%] to [20px] at (0.6) is [calc(12px + 4%)] assert_equals: expected "16px " but got "calc ( 12px + 4 % ) "
299 PASS Web Animations: property <border-image-width> from [10%] to [20px] at (1) i s [20px] 299 PASS Web Animations: property <border-image-width> from [10%] to [20px] at (1) i s [20px]
300 FAIL Web Animations: property <border-image-width> from [10%] to [20px] at (1.5) is [calc(30px + -5%)] assert_equals: expected "25px " but got "calc ( 30px + - 5 % ) " 300 FAIL Web Animations: property <border-image-width> from [10%] to [20px] at (1.5) is [calc(30px + -5%)] assert_equals: expected "25px " but got "calc ( 30px + - 5 % ) "
301 FAIL Web Animations: property <border-image-width> from [10px] to [20%] at (-0.3 ) is [calc(13px + -6%)] assert_equals: expected "7px " but got "calc ( 13px + - 6 % ) " 301 FAIL Web Animations: property <border-image-width> from [10px] to [20%] at (-0.3 ) is [calc(13px + -6%)] assert_equals: expected "7px " but got "calc ( 13px + - 6 % ) "
302 PASS Web Animations: property <border-image-width> from [10px] to [20%] at (0) i s [10px] 302 PASS Web Animations: property <border-image-width> from [10px] to [20%] at (0) i s [10px]
303 FAIL Web Animations: property <border-image-width> from [10px] to [20%] at (0.3) is [calc(7px + 6%)] assert_equals: expected "13px " but got "calc ( 7px + 6 % ) " 303 FAIL Web Animations: property <border-image-width> from [10px] to [20%] at (0.3) is [calc(7px + 6%)] assert_equals: expected "13px " but got "calc ( 7px + 6 % ) "
304 FAIL Web Animations: property <border-image-width> from [10px] to [20%] at (0.6) is [calc(4px + 12%)] assert_equals: expected "16px " but got "calc ( 4px + 12 % ) " 304 FAIL Web Animations: property <border-image-width> from [10px] to [20%] at (0.6) is [calc(4px + 12%)] assert_equals: expected "16px " but got "calc ( 4px + 12 % ) "
305 PASS Web Animations: property <border-image-width> from [10px] to [20%] at (1) i s [20%] 305 PASS Web Animations: property <border-image-width> from [10px] to [20%] at (1) i s [20%]
306 FAIL Web Animations: property <border-image-width> from [10px] to [20%] at (1.5) is [calc(-5px + 30%)] assert_equals: expected "25px " but got "calc ( - 5px + 3 0 % ) " 306 FAIL Web Animations: property <border-image-width> from [10px] to [20%] at (1.5) is [calc(-5px + 30%)] assert_equals: expected "25px " but got "calc ( - 5px + 3 0 % ) "
307 FAIL Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (-0.3) is [10px auto auto 20] assert_equals: expected "0 px auto auto 0 " but got "10px auto auto 20 " 307 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (-0.3) is [0px auto auto 0]
308 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (0) is [10px auto auto 20] 308 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (0) is [10px auto auto 20]
309 FAIL Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (0.3) is [10px auto auto 20] assert_equals: expected "40 px auto auto 50 " but got "10px auto auto 20 " 309 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (0.3) is [40px auto auto 50]
310 FAIL Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (0.6) is [110px auto auto 120] assert_equals: expected " 70px auto auto 80 " but got "110px auto auto 120 " 310 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (0.6) is [70px auto auto 80]
311 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (1) is [110px auto auto 120] 311 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (1) is [110px auto auto 120]
312 FAIL Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (1.5) is [110px auto auto 120] assert_equals: expected " 160px auto auto 170 " but got "110px auto auto 120 " 312 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto auto 120] at (1.5) is [160px auto auto 170]
313 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (-0.3) is [10px auto auto 20] 313 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (-0.3) is [10px auto auto 20]
314 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0) is [10px auto auto 20] 314 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0) is [10px auto auto 20]
315 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0.3) is [10px auto auto 20] 315 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0.3) is [10px auto auto 20]
316 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0.5) is [110px auto 120] 316 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0.5) is [110px auto 120]
317 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0.6) is [110px auto 120] 317 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (0.6) is [110px auto 120]
318 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (1) is [110px auto 120] 318 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (1) is [110px auto 120]
319 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (1.5) is [110px auto 120] 319 PASS Web Animations: property <border-image-width> from [10px auto auto 20] to [ 110px auto 120 auto] at (1.5) is [110px auto 120]
320 PASS Web Animations: property <border-image-width> from [10px] to [20] at (-0.3) is [10px] 320 PASS Web Animations: property <border-image-width> from [10px] to [20] at (-0.3) is [10px]
321 PASS Web Animations: property <border-image-width> from [10px] to [20] at (0) is [10px] 321 PASS Web Animations: property <border-image-width> from [10px] to [20] at (0) is [10px]
322 PASS Web Animations: property <border-image-width> from [10px] to [20] at (0.3) is [10px] 322 PASS Web Animations: property <border-image-width> from [10px] to [20] at (0.3) is [10px]
(...skipping 17 matching lines...) Expand all
340 PASS Web Animations: property <border-image-width> from [10%] to [20] at (1.5) i s [20] 340 PASS Web Animations: property <border-image-width> from [10%] to [20] at (1.5) i s [20]
341 PASS Web Animations: property <border-image-width> from [10] to [20%] at (-0.3) is [10] 341 PASS Web Animations: property <border-image-width> from [10] to [20%] at (-0.3) is [10]
342 PASS Web Animations: property <border-image-width> from [10] to [20%] at (0) is [10] 342 PASS Web Animations: property <border-image-width> from [10] to [20%] at (0) is [10]
343 PASS Web Animations: property <border-image-width> from [10] to [20%] at (0.3) i s [10] 343 PASS Web Animations: property <border-image-width> from [10] to [20%] at (0.3) i s [10]
344 PASS Web Animations: property <border-image-width> from [10] to [20%] at (0.5) i s [20%] 344 PASS Web Animations: property <border-image-width> from [10] to [20%] at (0.5) i s [20%]
345 PASS Web Animations: property <border-image-width> from [10] to [20%] at (0.6) i s [20%] 345 PASS Web Animations: property <border-image-width> from [10] to [20%] at (0.6) i s [20%]
346 PASS Web Animations: property <border-image-width> from [10] to [20%] at (1) is [20%] 346 PASS Web Animations: property <border-image-width> from [10] to [20%] at (1) is [20%]
347 PASS Web Animations: property <border-image-width> from [10] to [20%] at (1.5) i s [20%] 347 PASS Web Animations: property <border-image-width> from [10] to [20%] at (1.5) i s [20%]
348 Harness: the test ran to completion. 348 Harness: the test ran to completion.
349 349
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698