media/video-fullscreen-restriction-removed.html is flaky on Mac Test seems to have been flaky since added with <http://trac.webkit.org/changeset/199667> Most recent failure: <https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/builds/4673> Flakiness dashboard: <https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Fvideo-fullscreen-restriction-removed.html> --- /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/media/video-fullscreen-restriction-removed-expected.txt +++ /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/media/video-fullscreen-restriction-removed-actual.txt @@ -1,6 +1,6 @@ Test that "fullscreen requires user gesture restriction" is removed by a user gesture. -Click me! + Click me! RUN(internals.settings.setAllowsInlineMediaPlayback(false)) RUN(internals.setMediaElementRestrictions(video, "RequireUserGestureForFullscreen")) * set video.src @@ -18,8 +18,6 @@ EXPECTED (video.paused == 'true') OK RUN(video.play()) -EVENT(webkitfullscreenchange) -EXPECTED (video.paused == 'false') OK - +FAIL: did not end fast enough END OF TEST
Marked test as flaky in <http://trac.webkit.org/projects/webkit/changeset/200029>
Created attachment 277399 [details] Proposed patch.
Comment on attachment 277399 [details] Proposed patch. Clearing flags on attachment: 277399 Committed r200137: <http://trac.webkit.org/changeset/200137>
All reviewed patches have been landed. Closing bug.
The expectation removed in r200137 is not the one added in r200029; the latter is still present.