Bug 187410

Summary: [Web Animations] A number of tests report an incorrect computed offset
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Antoine Quint
Reported 2018-07-06 13:44:43 PDT
[Web Animations] A number of tests report an incorrect computed offset
Attachments
Patch (17.68 KB, patch)
2018-07-06 13:48 PDT, Antoine Quint
no flags
Radar WebKit Bug Importer
Comment 1 2018-07-06 13:45:15 PDT
Antoine Quint
Comment 2 2018-07-06 13:48:30 PDT
Dean Jackson
Comment 3 2018-07-08 20:43:29 PDT
Comment on attachment 344450 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=344450&action=review > Source/WebCore/animation/KeyframeEffectReadOnly.cpp:-144 > - if (indexOfLastKeyframeWithNonNullOffset == i - 1) > - continue; I guess you could have just made this: if (indexOfLastKeyframeWithNonNullOffset == i - 1) { indexOfLastKeyframeWithNonNullOffset = i; continue; }
WebKit Commit Bot
Comment 4 2018-07-08 21:10:47 PDT
Comment on attachment 344450 [details] Patch Clearing flags on attachment: 344450 Committed r233632: <https://trac.webkit.org/changeset/233632>
WebKit Commit Bot
Comment 5 2018-07-08 21:10:49 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.