| Summary: | [GTK] media/video-set-presentation-mode-to-inline.html has been failing since added in r252675 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | Media | Assignee: | 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
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. |