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: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | eocanha |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Diego Pino
* media/video-set-presentation-mode-to-inline.html [ Failure ]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
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
Enrique OcaƱa
The GTK port is currently building with VIDEO_PRESENTATION_MODE disabled, so the API needed by this test isn't available.