Bug 254522 - [GStreamer] media/video-volume.html is slightly flaky
Summary: [GStreamer] media/video-volume.html is slightly flaky
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-27 07:24 PDT by Alicia Boya García
Modified: 2023-03-27 07:24 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 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