Bug 235124

Summary: [ Win EWS ] webanimations/frame-rate/animation-frame-rate.html is a constant text failure
Product: WebKit Reporter: Robert Jenner <jenner>
Component: AnimationsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, dino, graouts, Hironori.Fujii, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: PC   
OS: Windows 10   

Description Robert Jenner 2022-01-12 11:07:32 PST
webanimations/frame-rate/animation-frame-rate.html

is a constant text failure on Windows, and Windows EWS. 

HISTORY:
https://results.webkit.org/?suite=layout-tests&test=webanimations%2Fframe-rate%2Fanimation-frame-rate.html

DIFF URL:
https://build.webkit.org/results/Apple-Win-10-Release-Tests/r287921%20(3971)/webanimations/frame-rate/animation-frame-rate-pretty-diff.html

DIFF TEXT:
-PASS Valid animation.frameRate values
-PASS Invalid animation.frameRate values
+FAIL Valid animation.frameRate values assert_equals: The default value for frameRate is 'auto' expected (string) "auto" but got (undefined) undefined
+FAIL Invalid animation.frameRate values assert_throws: Setting the value default throws function "() => animation.frameRate = value" did not throw
Comment 1 Robert Jenner 2022-01-12 11:22:02 PST
Marked expectations as [ Failure ] here:

https://trac.webkit.org/changeset/287940/webkit

This appears to have been failing ever since it was introduced/last modified here:

https://trac.webkit.org/changeset/286915/webkit
Comment 2 Radar WebKit Bug Importer 2022-01-12 11:22:43 PST
<rdar://problem/87471168>
Comment 3 Ahmad Saleem 2024-02-17 03:12:14 PST
It might be on `AppleWin` platform rather than `win-cairo` because I can't see any win-cairo failure but it is because whole directory is skipped.

@Fuji - any thing to do or we can close this and for any future win-cairo / win-skia (if latter) testing should have separate bug?