[Webkit-unassigned] [Bug 208293] [GTK] Several media tests are flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 8 23:52:43 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=208293

--- Comment #1 from Diego Pino <dpino at igalia.com> ---
The only test filed under this bug was:

  - media/video-restricted-invisible-autoplay-allowed-if-audible.html

GTK post-commit test bot reports the test has been failing consistently for the last 4000 revisions.

Diff:

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/media/video-restricted-invisible-autoplay-allowed-if-audible-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/media/video-restricted-invisible-autoplay-allowed-if-audible-actual.txt
@@ -1,4 +1,3 @@
-
 Test that "invisible autoplay not allowed restriction" does not pause audible media when scrolled out of view.

 ** setting video.src
@@ -6,13 +5,6 @@
 EVENT(play)
 EXPECTED (video.paused == 'false') OK
 RUN(video.style.display = "none")
-EXPECTED (video.paused == 'false') OK
-RUN(video.style.removeProperty("display"))
-RUN(video.style.visibility = "hidden")
-EXPECTED (video.paused == 'false') OK
-RUN(video.style.removeProperty("visibility"))
-RUN(document.documentElement.style.height = window.innerHeight + 20 + video.offsetHeight)
-RUN(window.scrollBy(0, 20 + video.offsetHeight))
-EXPECTED (video.paused == 'false') OK
+EVENT(pause) TEST(false) FAIL
 END OF TEST

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210609/7a3627f2/attachment.htm>


More information about the webkit-unassigned mailing list