[Webkit-unassigned] [Bug 120494] Implement computed style for animation shorthand and align parsing with the spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 17 13:49:33 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=120494

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahmad.saleem792 at gmail.com

--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Took tests from source.chromium.org:

Test Case - https://jsfiddle.net/jfo63L87/

^STP160 failing two

Test Case - 02 - https://jsfiddle.net/14d3xr0t/show

^STP160 failing one

Test Case - 03 - https://jsfiddle.net/gqwk1cuz/show

^STP160 failing two

Test Case - 04 - https://jsfiddle.net/kgtwjs3x/show

^STP160 failing three

Test Case - 05 - https://jsfiddle.net/grk78wtx/show

^STP160 fail both tests

______

Test from this patch:

JSFiddle - https://jsfiddle.net/2srtn3jy/show

Failing in STP160 compared to Chrome Canary 110 (not testing Firefox due to webkit prefix):

FAIL Object.keys(style).indexOf('animationName') should not be -1.
FAIL Object.keys(style).indexOf('webkitAnimationName') should not be -1.
FAIL Object.keys(style).indexOf('animationDuration') should not be -1.
FAIL Object.keys(style).indexOf('webkitAnimationDuration') should not be -1.
FAIL Object.keys(style).indexOf('animationTimingFunction') should not be -1.
FAIL Object.keys(style).indexOf('webkitAnimationTimingFunction') should not be -1.
FAIL style.animationTimingFunction should be step-start. Was steps(1, start).
FAIL style.webkitAnimationTimingFunction should be step-start. Was steps(1, start).
FAIL style.animationTimingFunction should be step-end. Was steps(1).
FAIL Object.keys(style).indexOf('animationDelay') should not be -1.
FAIL Object.keys(style).indexOf('webkitAnimationDelay') should not be -1.
FAIL Object.keys(style).indexOf('animationIterationCount') should not be -1.
FAIL Object.keys(style).indexOf('webkitAnimationIterationCount') should not be -1.
FAIL Object.keys(style).indexOf('animationDirection') should not be -1.
FAIL Object.keys(style).indexOf('webkitAnimationDirection') should not be -1.
FAIL Object.keys(style).indexOf('animationPlayState') should not be -1.
FAIL Object.keys(style).indexOf('webkitAnimationPlayState') should not be -1.
FAIL Object.keys(style).indexOf('animationFillMode') should not be -1.
FAIL Object.keys(style).indexOf('webkitAnimationFillMode') should not be -1.
and quite few more.

____

Just wanted to share updated testing result. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221217/b69e453f/attachment-0001.htm>


More information about the webkit-unassigned mailing list