[Webkit-unassigned] [Bug 211569] New: [GTK] media/video-presentation-mode.html is failing since added in r261242

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 7 07:08:36 PDT 2020


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

            Bug ID: 211569
           Summary: [GTK] media/video-presentation-mode.html is failing
                    since added in r261242
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

The test returns a timeout:

  media/video-presentation-mode.html [ Timeout ]

See: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r261273%20(13650)/media/video-presentation-mode-diff.txt

Diff

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/video-presentation-mode-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/video-presentation-mode-actual.txt
@@ -1,32 +1,3 @@
+CONSOLE MESSAGE: TypeError: window.internals.setMockVideoPresentationModeEnabled is not a function. (In 'window.internals.setMockVideoPresentationModeEnabled(true)', 'window.internals.setMockVideoPresentationModeEnabled' is undefined)
+FAIL: Timed out waiting for notifyDone to be called

-Test the video presentation mode (video fullscreen and picture-in-picture) API.
-
-
-EVENT(canplaythrough)
-EXPECTED (video.webkitSupportsFullscreen == 'true') OK
-EXPECTED (video.webkitDisplayingFullscreen == 'false') OK
-
-** Try to enter fullscreen
-RUN(video.webkitSetPresentationMode('fullscreen'))
-EVENT(webkitpresentationmodechanged)
-
-** Entered fullscreen
-EXPECTED (video.webkitPresentationMode == 'fullscreen') OK
-
-** Try to enter picture-in-picture
-RUN(video.webkitSetPresentationMode('picture-in-picture'))
-EVENT(webkitpresentationmodechanged)
-
-** Entered picture-in-picture
-EXPECTED (video.webkitPresentationMode == 'picture-in-picture') OK
-
-** Try to return to inline
-RUN(video.webkitSetPresentationMode('inline'))
-EVENT(webkitpresentationmodechanged)
-
-** Returned to inline
-EXPECTED (video.webkitPresentationMode == 'inline') OK
-
-** Test Completed
-END OF TEST
-

It seems to be a new feature lacking WebKitGTK implementation. Marking as Skip in test expectations.

-- 
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/20200507/9a3dd827/attachment-0001.htm>


More information about the webkit-unassigned mailing list