* media/video-set-presentation-mode-to-inline.html [ Failure ]
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
The GTK port is currently building with VIDEO_PRESENTATION_MODE disabled, so the API needed by this test isn't available.