| Summary: | [GTK] Several media tests are flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | calvaris |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Diego Pino
2020-02-27 02:42:28 PST
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
Closed bug by mistake. media/video-restricted-invisible-autoplay-allowed-if-audible.html was fixed in r279499 There are no test failures filed under this bug and none of the tests listed in this bug is in WebKitGTK TestExpectations. I suppose at some point these test started passing and were removed from TestExpectations until there was no more test failures left. Closing bug. |