[Web Animations] Update the playState implementation
Created attachment 334638 [details] Patch
Comment on attachment 334638 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=334638&action=review > Source/WebCore/ChangeLog:10 > + We update our implementation to match the latest spec text. This does not change WPT test results a lot, Does it change any of the actual tests? When were they last updated? > Source/WebCore/ChangeLog:11 > + but this patch will help getting a significant number of new PASS results when we get around to implement implement*ing*
(In reply to Dean Jackson from comment #2) > Comment on attachment 334638 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=334638&action=review > > > Source/WebCore/ChangeLog:10 > > + We update our implementation to match the latest spec text. This does not change WPT test results a lot, > > Does it change any of the actual tests? When were they last updated? The tests were updated more recently than our current implementation, so they account for the spec change. > > Source/WebCore/ChangeLog:11 > > + but this patch will help getting a significant number of new PASS results when we get around to implement > > implement*ing* Will fix in commit.
Committed r229058: <https://trac.webkit.org/changeset/229058>
<rdar://problem/37938553>