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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation-expected.txt

Issue 1783693006: Use <string> serialization rules for computed value of reference filter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 4 years, 9 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/interpolation/filter-interpolation-expected.txt » ('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 <backdrop-filter> from [] to [hue-rotate(20deg)] at (-0.5) is [hue-rotate(5deg)] 3 PASS CSS Transitions: property <backdrop-filter> from [] to [hue-rotate(20deg)] at (-0.5) is [hue-rotate(5deg)]
4 PASS CSS Transitions: property <backdrop-filter> from [] to [hue-rotate(20deg)] at (0) is [hue-rotate(10deg)] 4 PASS CSS Transitions: property <backdrop-filter> from [] to [hue-rotate(20deg)] at (0) is [hue-rotate(10deg)]
5 PASS CSS Transitions: property <backdrop-filter> from [] to [hue-rotate(20deg)] at (0.3) is [hue-rotate(13deg)] 5 PASS CSS Transitions: property <backdrop-filter> from [] to [hue-rotate(20deg)] at (0.3) is [hue-rotate(13deg)]
6 PASS CSS Transitions: property <backdrop-filter> from [] to [hue-rotate(20deg)] at (0.6) is [hue-rotate(16deg)] 6 PASS CSS Transitions: property <backdrop-filter> from [] to [hue-rotate(20deg)] at (0.6) is [hue-rotate(16deg)]
7 PASS CSS Transitions: property <backdrop-filter> from [] to [hue-rotate(20deg)] at (1) is [hue-rotate(20deg)] 7 PASS CSS Transitions: property <backdrop-filter> from [] to [hue-rotate(20deg)] at (1) is [hue-rotate(20deg)]
8 PASS CSS Transitions: property <backdrop-filter> from [] to [hue-rotate(20deg)] at (1.5) is [hue-rotate(25deg)] 8 PASS CSS Transitions: property <backdrop-filter> from [] to [hue-rotate(20deg)] at (1.5) is [hue-rotate(25deg)]
9 PASS CSS Transitions: property <backdrop-filter> from [initial] to [hue-rotate(2 0deg)] at (-0.5) is [hue-rotate(-10deg)] 9 PASS CSS Transitions: property <backdrop-filter> from [initial] to [hue-rotate(2 0deg)] at (-0.5) is [hue-rotate(-10deg)]
10 PASS CSS Transitions: property <backdrop-filter> from [initial] to [hue-rotate(2 0deg)] at (0) is [none] 10 PASS CSS Transitions: property <backdrop-filter> from [initial] to [hue-rotate(2 0deg)] at (0) is [none]
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 PASS CSS Animations: property <backdrop-filter> from [saturate(0)] to [none] at (-1) is [saturate(0)] 244 PASS CSS Animations: property <backdrop-filter> from [saturate(0)] to [none] at (-1) is [saturate(0)]
245 PASS CSS Animations: property <backdrop-filter> from [saturate(0)] to [none] at (0) is [saturate(0)] 245 PASS CSS Animations: property <backdrop-filter> from [saturate(0)] to [none] at (0) is [saturate(0)]
246 PASS CSS Animations: property <backdrop-filter> from [saturate(0)] to [none] at (0.5) is [saturate(0.5)] 246 PASS CSS Animations: property <backdrop-filter> from [saturate(0)] to [none] at (0.5) is [saturate(0.5)]
247 FAIL CSS Animations: property <backdrop-filter> from [saturate(0)] to [none] at (1) is [none] assert_equals: expected "saturate ( 1 ) " but got "none " 247 FAIL CSS Animations: property <backdrop-filter> from [saturate(0)] to [none] at (1) is [none] assert_equals: expected "saturate ( 1 ) " but got "none "
248 PASS CSS Animations: property <backdrop-filter> from [saturate(0)] to [none] at (1.5) is [saturate(1.5)] 248 PASS CSS Animations: property <backdrop-filter> from [saturate(0)] to [none] at (1.5) is [saturate(1.5)]
249 PASS CSS Animations: property <backdrop-filter> from [none] to [sepia(1)] at (-1 ) is [sepia(0)] 249 PASS CSS Animations: property <backdrop-filter> from [none] to [sepia(1)] at (-1 ) is [sepia(0)]
250 FAIL CSS Animations: property <backdrop-filter> from [none] to [sepia(1)] at (0) is [none] assert_equals: expected "sepia ( 0 ) " but got "none " 250 FAIL CSS Animations: property <backdrop-filter> from [none] to [sepia(1)] at (0) is [none] assert_equals: expected "sepia ( 0 ) " but got "none "
251 PASS CSS Animations: property <backdrop-filter> from [none] to [sepia(1)] at (0. 5) is [sepia(0.5)] 251 PASS CSS Animations: property <backdrop-filter> from [none] to [sepia(1)] at (0. 5) is [sepia(0.5)]
252 PASS CSS Animations: property <backdrop-filter> from [none] to [sepia(1)] at (1) is [sepia(1)] 252 PASS CSS Animations: property <backdrop-filter> from [none] to [sepia(1)] at (1) is [sepia(1)]
253 PASS CSS Animations: property <backdrop-filter> from [none] to [sepia(1)] at (1. 5) is [sepia(1)] 253 PASS CSS Animations: property <backdrop-filter> from [none] to [sepia(1)] at (1. 5) is [sepia(1)]
254 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (-0.3) is [url('#svgfilter')] 254 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (-0.3) is [url("#svgfilter")]
255 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0) is [url('#svgfilter')] 255 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0) is [url("#svgfilter")]
256 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0.3) is [url('#svgfilter')] 256 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0.3) is [url("#svgfilter")]
257 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0.5) is [none] 257 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0.5) is [none]
258 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0.6) is [none] 258 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0.6) is [none]
259 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (1) is [none] 259 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (1) is [none]
260 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (1.5) is [none] 260 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (1.5) is [none]
261 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (-0.3) is [url('#svgfilter')] 261 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (-0.3) is [url("#svgfilter")]
262 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0) is [url('#svgfilter')] 262 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0) is [url("#svgfilter")]
263 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0.3) is [url('#svgfilter')] 263 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0.3) is [url("#svgfilter")]
264 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0.5) is [blur(5px)] 264 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0.5) is [blur(5px)]
265 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0.6) is [blur(5px)] 265 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0.6) is [blur(5px)]
266 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (1) is [blur(5px)] 266 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (1) is [blur(5px)]
267 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (1.5) is [blur(5px)] 267 PASS CSS Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (1.5) is [blur(5px)]
268 PASS CSS Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (-1) is [sepia(0)] 268 PASS CSS Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (-1) is [sepia(0)]
269 PASS CSS Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (0) is [none] 269 PASS CSS Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (0) is [none]
270 PASS CSS Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (0.5) is [sepia(0.5)] 270 PASS CSS Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (0.5) is [sepia(0.5)]
271 PASS CSS Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (1) is [sepia(1)] 271 PASS CSS Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (1) is [sepia(1)]
272 PASS CSS Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (1.5) is [sepia(1)] 272 PASS CSS Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (1.5) is [sepia(1)]
273 PASS Web Animations: property <backdrop-filter> from [initial] to [hue-rotate(20 deg)] at (-0.5) is [hue-rotate(-10deg)] 273 PASS Web Animations: property <backdrop-filter> from [initial] to [hue-rotate(20 deg)] at (-0.5) is [hue-rotate(-10deg)]
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 PASS Web Animations: property <backdrop-filter> from [saturate(0)] to [none] at (-1) is [saturate(0)] 373 PASS Web Animations: property <backdrop-filter> from [saturate(0)] to [none] at (-1) is [saturate(0)]
374 PASS Web Animations: property <backdrop-filter> from [saturate(0)] to [none] at (0) is [saturate(0)] 374 PASS Web Animations: property <backdrop-filter> from [saturate(0)] to [none] at (0) is [saturate(0)]
375 PASS Web Animations: property <backdrop-filter> from [saturate(0)] to [none] at (0.5) is [saturate(0.5)] 375 PASS Web Animations: property <backdrop-filter> from [saturate(0)] to [none] at (0.5) is [saturate(0.5)]
376 FAIL Web Animations: property <backdrop-filter> from [saturate(0)] to [none] at (1) is [none] assert_equals: expected "saturate ( 1 ) " but got "none " 376 FAIL Web Animations: property <backdrop-filter> from [saturate(0)] to [none] at (1) is [none] assert_equals: expected "saturate ( 1 ) " but got "none "
377 PASS Web Animations: property <backdrop-filter> from [saturate(0)] to [none] at (1.5) is [saturate(1.5)] 377 PASS Web Animations: property <backdrop-filter> from [saturate(0)] to [none] at (1.5) is [saturate(1.5)]
378 PASS Web Animations: property <backdrop-filter> from [none] to [sepia(1)] at (-1 ) is [sepia(0)] 378 PASS Web Animations: property <backdrop-filter> from [none] to [sepia(1)] at (-1 ) is [sepia(0)]
379 FAIL Web Animations: property <backdrop-filter> from [none] to [sepia(1)] at (0) is [none] assert_equals: expected "sepia ( 0 ) " but got "none " 379 FAIL Web Animations: property <backdrop-filter> from [none] to [sepia(1)] at (0) is [none] assert_equals: expected "sepia ( 0 ) " but got "none "
380 PASS Web Animations: property <backdrop-filter> from [none] to [sepia(1)] at (0. 5) is [sepia(0.5)] 380 PASS Web Animations: property <backdrop-filter> from [none] to [sepia(1)] at (0. 5) is [sepia(0.5)]
381 PASS Web Animations: property <backdrop-filter> from [none] to [sepia(1)] at (1) is [sepia(1)] 381 PASS Web Animations: property <backdrop-filter> from [none] to [sepia(1)] at (1) is [sepia(1)]
382 PASS Web Animations: property <backdrop-filter> from [none] to [sepia(1)] at (1. 5) is [sepia(1)] 382 PASS Web Animations: property <backdrop-filter> from [none] to [sepia(1)] at (1. 5) is [sepia(1)]
383 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (-0.3) is [url('#svgfilter')] 383 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (-0.3) is [url("#svgfilter")]
384 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0) is [url('#svgfilter')] 384 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0) is [url("#svgfilter")]
385 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0.3) is [url('#svgfilter')] 385 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0.3) is [url("#svgfilter")]
386 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0.5) is [none] 386 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0.5) is [none]
387 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0.6) is [none] 387 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (0.6) is [none]
388 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (1) is [none] 388 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (1) is [none]
389 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (1.5) is [none] 389 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [non e] at (1.5) is [none]
390 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (-0.3) is [url('#svgfilter')] 390 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (-0.3) is [url("#svgfilter")]
391 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0) is [url('#svgfilter')] 391 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0) is [url("#svgfilter")]
392 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0.3) is [url('#svgfilter')] 392 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0.3) is [url("#svgfilter")]
393 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0.5) is [blur(5px)] 393 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0.5) is [blur(5px)]
394 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0.6) is [blur(5px)] 394 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (0.6) is [blur(5px)]
395 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (1) is [blur(5px)] 395 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (1) is [blur(5px)]
396 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (1.5) is [blur(5px)] 396 PASS Web Animations: property <backdrop-filter> from [url("#svgfilter")] to [blu r(5px)] at (1.5) is [blur(5px)]
397 PASS Web Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (-1) is [sepia(0)] 397 PASS Web Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (-1) is [sepia(0)]
398 PASS Web Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (0) is [none] 398 PASS Web Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (0) is [none]
399 PASS Web Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (0.5) is [sepia(0.5)] 399 PASS Web Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (0.5) is [sepia(0.5)]
400 PASS Web Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (1) is [sepia(1)] 400 PASS Web Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (1) is [sepia(1)]
401 PASS Web Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (1.5) is [sepia(1)] 401 PASS Web Animations: property <backdrop-filter> from [initial] to [sepia(1)] at (1.5) is [sepia(1)]
402 Harness: the test ran to completion. 402 Harness: the test ran to completion.
403 403
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698