[Webkit-unassigned] [Bug 198827] [GLIB] media/media-fullscreen-return-to-inline.html is timing out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 9 01:46:19 PDT 2021


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

Diego Pino <dpino at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dpino at igalia.com
            Summary|[GTK] Several media related |[GLIB]
                   |test are timing out         |media/media-fullscreen-retu
                   |                            |rn-to-inline.html is timing
                   |                            |out

--- Comment #3 from Diego Pino <dpino at igalia.com> ---
There's only one tests filed under this bug.

The test has been constantly timing out for the last 4000 revisions.

https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/r278650%20%282224%29/media/media-fullscreen-return-to-inline-diff.txt

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/media/media-fullscreen-return-to-inline-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/media/media-fullscreen-return-to-inline-actual.txt
@@ -1,25 +1,3 @@
+CONSOLE MESSAGE: TypeError: internals.setMockVideoPresentationModeEnabled is not a function. (In 'internals.setMockVideoPresentationModeEnabled(true)', 'internals.setMockVideoPresentationModeEnabled' is undefined)
+FAIL: Timed out waiting for notifyDone to be called

-Test that a <video> pauses after exiting fullscreen when the internal property "allowsInlineMediaPlaybackAfterFullscreen" is false.
-
-RUN(video.src = findMediaFile("video", "content/test"))
-EVENT(canplaythrough)
-RUN(video.play())
-EVENT(webkitpresentationmodechanged)
-EXPECTED (internals.isChangingPresentationMode(video) == 'false') OK
-EXPECTED (video.webkitDisplayingFullscreen == 'true') OK
-RUN(video.webkitExitFullscreen())
-EVENT(webkitpresentationmodechanged)
-EXPECTED (internals.isChangingPresentationMode(video) == 'false') OK
-EXPECTED (video.webkitDisplayingFullscreen == 'false') OK
-EXPECTED (video.paused == 'true') OK
-RUN(video.play())
-EVENT(webkitpresentationmodechanged)
-EXPECTED (internals.isChangingPresentationMode(video) == 'false') OK
-EXPECTED (video.webkitDisplayingFullscreen == 'true') OK
-RUN(video.webkitExitFullscreen())
-EVENT(webkitpresentationmodechanged)
-EXPECTED (internals.isChangingPresentationMode(video) == 'false') OK
-EXPECTED (video.webkitDisplayingFullscreen == 'false') OK
-EXPECTED (video.paused == 'false') OK
-END OF TEST
-

Gardened in r278654.

-- 
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/f31aea0f/attachment.htm>


More information about the webkit-unassigned mailing list