Bug 206584

Summary: [GTK] media/video-set-presentation-mode-to-inline.html has been failing since added in r252675
Product: WebKit Reporter: Diego Pino <dpino>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: eocanha
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Diego Pino 2020-01-22 08:38:23 PST
* media/video-set-presentation-mode-to-inline.html  [ Failure ]
Comment 1 Diego Pino 2021-06-10 18:10:32 PDT
The test is currently skipped in TestExpectations.

Diff:

--- /home/dpino/workspace/webkit/layout-test-results/retries/media/video-set-presentation-mode-to-inline-expected.txt
+++ /home/dpino/workspace/webkit/layout-test-results/retries/media/video-set-presentation-mode-to-inline-actual.txt
@@ -5,6 +5,8 @@
 EVENT(canplaythrough)
 RUN(video.play())
 RUN(video.webkitSetPresentationMode("inline"))
+TypeError: video.webkitSetPresentationMode is not a function. (In 'video.webkitSetPresentationMode("inline")', 'video.webkitSetPresentationMode' is undefined)
 RUN(video.webkitSetPresentationMode("inline"))
+TypeError: video.webkitSetPresentationMode is not a function. (In 'video.webkitSetPresentationMode("inline")', 'video.webkitSetPresentationMode' is undefined)
 END OF TEST
Comment 2 Enrique OcaƱa 2021-06-17 02:23:02 PDT
The GTK port is currently building with VIDEO_PRESENTATION_MODE disabled, so the API needed by this test isn't available.