RESOLVED WONTFIX 124663
[EFL] media/track/track-legacyapi-with-automatic-mode.html is failing
https://bugs.webkit.org/show_bug.cgi?id=124663
Summary [EFL] media/track/track-legacyapi-with-automatic-mode.html is failing
Michal Pakula vel Rutka
Reported 2013-11-20 08:41:31 PST
Layout test: media/track/track-legacyapi-with-automatic-mode.html is failing since it was introduced in r152442 <http://trac.webkit.org/changeset/152422> Test output: --- /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/media/track/track-legacyapi-with-automatic-mode-expected.txt +++ /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/media/track/track-legacyapi-with-automatic-mode-actual.txt @@ -1,31 +1,2 @@ +FAIL: Timed out waiting for notifyDone to be called -Test that enabling a track with .webkitClosedCaptionsVisible succeeds when in "automatic" mode. - - -** Setup -RUN(internals.setCaptionDisplayMode('Automatic')) -RUN(trackElement = document.createElement('track')) -RUN(trackElement.kind = 'captions') -RUN(trackElement.src = 'captions-webvtt/tc004-webvtt-file.vtt') -RUN(video.appendChild(trackElement)) - -EVENT(canplaythrough) - -** Test initial state -EXPECTED (video.textTracks.length == '1') OK -EXPECTED (video.textTracks[0].mode == 'disabled') OK - -** Enable cues, allow them to load -RUN(video.webkitClosedCaptionsVisible = true) -EVENT(load) -EXPECTED (track.readyState == '2') OK -RUN(video.currentTime = 0.5) - -EVENT(seeked) - -** Check to make sure captions are displaying -EXPECTED (video.textTracks[0].cues != 'null') OK -EXPECTED (textTrackDisplayElement(video, 'cue').textContent != 'null') OK - -END OF TEST -
Attachments
Michael Catanzaro
Comment 1 2017-03-11 10:36:04 PST
Closing this bug because the EFL port has been removed from trunk. If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.
Note You need to log in before you can comment on or make changes to this bug.