The following layout test is failing on GTK media/video-restricted-no-preload-auto.html http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Fvideo-restricted-no-preload-auto.html --- /stuff/webkit/webkit/WebKitBuild/Release/layout-test-results/media/video-restricted-no-preload-auto-expected.txt +++ /stuff/webkit/webkit/WebKitBuild/Release/layout-test-results/media/video-restricted-no-preload-auto-actual.txt @@ -6,12 +6,12 @@ RUN(internals.setMediaSessionRestrictions('video', 'AutoPreloadingNotPermitted')) EVENT(loadedmetadata) -EXPECTED (video.readyState < '2') OK +EXPECTED (video.readyState < '2'), OBSERVED '3' FAIL ** Pausing... ** 250ms timer fired -EXPECTED (video.readyState < '2') OK +EXPECTED (video.readyState < '2'), OBSERVED '3' FAIL EXPECTED (video.buffered.length == '0') OK RUN(video.play())
From looking at the code, I suspect that gstreamer doesn't support preload=metadata at all.