[Webkit-unassigned] [Bug 198118] New: [GTK] media/playlist-inherits-user-gesture.html is timing out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 22 08:01:38 PDT 2019


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

            Bug ID: 198118
           Summary: [GTK] media/playlist-inherits-user-gesture.html is
                    timing out
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com
                CC: bugs-noreply at webkitgtk.org

media/playlist-inherits-user-gesture.html

Timing out since r245462:r245467

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/playlist-inherits-user-gesture-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/playlist-inherits-user-gesture-actual.txt
@@ -1,27 +1,3 @@
-** Start first video with user gesture.
-RUN(window.internals.settings.setVideoPlaybackRequiresUserGesture(true);)
-RUN(video1 = document.createElement("video"))
-RUN(video1.src = findMediaFile("video", "content/test"))
-RUN(document.body.appendChild(video1))
-EXPECTED (window.internals.pageMediaState().includes('HasUserInteractedWithMediaElement') == 'false') OK
-RUN(video1.play())
-EXPECTED (window.internals.pageMediaState().includes('HasUserInteractedWithMediaElement') == 'true') OK
-EVENT(playing)
-RUN(video1.currentTime = video1.duration - 0.2)
-EVENT(ended)
+CONSOLE MESSAGE: line 35: Unhandled Promise Rejection: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
+FAIL: Timed out waiting for notifyDone to be called

-** Start second video without user gesture but within inheritance window, should succeed.
-RUN(video2 = document.createElement("video"))
-RUN(video2.src = findMediaFile("video", "content/test"))
-RUN(document.body.appendChild(video2))
-Promise resolved OK
-RUN(video2.currentTime = video2.duration - 0.2)
-EVENT(ended)
-
-** Start third video without user gesture but after inheritance window, should fail.
-RUN(video3 = document.createElement("video"))
-RUN(video3.src = findMediaFile("video", "content/test"))
-RUN(document.body.appendChild(video3))
-Promise rejected correctly OK
-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/20190522/8e173a20/attachment-0001.html>


More information about the webkit-unassigned mailing list