Bug 183553 - [Web Animations] Expect KeyframeEffectReadOnly instead of KeyframeEffect
Summary: [Web Animations] Expect KeyframeEffectReadOnly instead of KeyframeEffect
Status: RESOLVED DUPLICATE of bug 183504
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-11 19:21 PDT by Antoine Quint
Modified: 2018-03-12 06:04 PDT (History)
2 users (show)

See Also:


Attachments
Patch (9.87 KB, patch)
2018-03-11 19:33 PDT, Antoine Quint
jonlee: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2018-03-11 19:21:28 PDT
[Web Animations] Expect KeyframeEffectReadOnly instead of KeyframeEffect
Comment 1 Antoine Quint 2018-03-11 19:33:17 PDT
Created attachment 335565 [details]
Patch
Comment 2 Jon Lee 2018-03-12 01:01:27 PDT
Comment on attachment 335565 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=335565&action=review

> LayoutTests/webanimations/opacity-animation-no-longer-composited-upon-completion.html:8
> +], 1000);

is the change in duration correct here?
Comment 3 Antoine Quint 2018-03-12 01:09:42 PDT
(In reply to Jon Lee from comment #2)
> Comment on attachment 335565 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=335565&action=review
> 
> > LayoutTests/webanimations/opacity-animation-no-longer-composited-upon-completion.html:8
> > +], 1000);
> 
> is the change in duration correct here?

Nice catch! It doesn't make a change in behaviour but the test now takes longer to run. I'll fix.
Comment 4 Antoine Quint 2018-03-12 06:04:01 PDT

*** This bug has been marked as a duplicate of bug 183504 ***