[Webkit-unassigned] [Bug 124663] New: [EFL] media/track/track-legacyapi-with-automatic-mode.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 20 08:42:58 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124663

           Summary: [EFL]
                    media/track/track-legacyapi-with-automatic-mode.html
                    is failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: m.pakula at samsung.com
                CC: demarchi at webkit.org


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
-

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list