Bug 189129 - [macOS] Layout Test media/media-fullscreen-inline.html is a flaky timeout
Summary: [macOS] Layout Test media/media-fullscreen-inline.html is a flaky timeout
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-29 16:48 PDT by Ryan Haddad
Modified: 2018-08-30 10:07 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2018-08-29 16:48:57 PDT
The following layout test is flaky on macOS

media/media-fullscreen-inline.html

Probable cause:

Unknown, this test has been a flaky timeout for a while.

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Fmedia-fullscreen-inline.html

--- /Volumes/Data/slave/highsierra-release-tests-wk1/build/layout-test-results/media/media-fullscreen-inline-expected.txt
+++ /Volumes/Data/slave/highsierra-release-tests-wk1/build/layout-test-results/media/media-fullscreen-inline-actual.txt
@@ -1,3 +1,4 @@
+FAIL: Timed out waiting for notifyDone to be called
 Test media element fullscreen API when an element is in the DOM.
 
 
@@ -7,32 +8,4 @@
 *** Creating <audio> element with "content/test.mp4" in the document, should NOT support fullscreen even though it has video
 EVENT(loadstart)
 EVENT(durationchange)
-EVENT(canplaythrough)
-* event handler NOT triggered by a user gesture
-EXPECTED (mediaElement.webkitSupportsFullscreen == 'undefined') OK
-EXPECTED (mediaElement.webkitSupportsPresentationMode == 'undefined') OK
-EXPECTED (mediaElement.webkitDisplayingFullscreen == 'undefined') OK
-* clicking on button
-EVENT(mouseup)
-* event handler triggered by user gesture
 
-*** Creating <video> element with "content/test.mp4" in the document, should support fullscreen because it is a <video> element with video media
-EVENT(loadstart)
-EVENT(durationchange)
-EVENT(canplaythrough)
-* event handler NOT triggered by a user gesture
-EXPECTED (mediaElement.webkitSupportsFullscreen == 'true') OK
-EXPECTED (mediaElement.webkitSupportsPresentationMode('fullscreen') == 'true') OK
-EXPECTED (mediaElement.webkitDisplayingFullscreen == 'false') OK
-TEST(mediaElement.webkitEnterFullScreen()) THROWS(DOMException.INVALID_STATE_ERR) OK
-* clicking on button
-EVENT(mouseup)
-* event handler triggered by user gesture
-RUN(mediaElement.webkitEnterFullScreen())
-EVENT(webkitfullscreenchange)
-EXPECTED (mediaElement.webkitDisplayingFullscreen == 'true') OK
-RUN(mediaElement.webkitExitFullScreen())
-EVENT(webkitfullscreenchange)
-
-END OF TEST
-