Bug 254522

Summary: [GStreamer] media/video-volume.html is slightly flaky
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Alicia Boya García
Reported 2023-03-27 07:24:50 PDT
[GStreamer] media/video-volume.html is slightly flaky --- /app/webkit/WebKitBuild/Release/layout-test-results/media/video-volume-expected.txt +++ /app/webkit/WebKitBuild/Release/layout-test-results/media/video-volume-actual.txt @@ -12,7 +12,7 @@ EVENT(canplaythrough) EXPECTED (compareWithTolerance(video.volume, 0) == 'true') OK RUN(video.volume = 0.5) -EXPECTED (compareWithTolerance(video.volume, 0.5) == 'true') OK +EXPECTED (compareWithTolerance(video.volume, 0.5) == 'true'), OBSERVED 'false' FAIL TEST(video.volume = 1.5) THROWS(DOMException.INDEX_SIZE_ERR) OK TEST(video.volume = -0.5) THROWS(DOMException.INDEX_SIZE_ERR) OK END OF TEST
Attachments
Note You need to log in before you can comment on or make changes to this bug.