[Webkit-unassigned] [Bug 105584] New: REGRESSION: media/video-controls-captions-trackmenu.html intermittently fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 15:12:42 PST 2012


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

           Summary: REGRESSION:
                    media/video-controls-captions-trackmenu.html
                    intermittently fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: eric.carlson at apple.com, dino at apple.com


http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&showExpectations=true&tests=media%2Fvideo-controls-captions-trackmenu.html

@@ -12,9 +12,9 @@
 EXPECTED (5 == '5') OK
 EXPECTED (video.textTracks.length == '4') OK
 Track 0 should be showing
-EXPECTED (video.textTracks[0].mode == 'showing') OK
+EXPECTED (video.textTracks[0].mode == 'showing'), OBSERVED 'disabled' FAIL
 Track 1 should be disabled
-EXPECTED (video.textTracks[1].mode == 'disabled') OK
+EXPECTED (video.textTracks[1].mode == 'disabled'), OBSERVED 'showing' FAIL
 Track 2 should be disabled
 EXPECTED (video.textTracks[2].mode == 'disabled') OK
 Track 3 should be disabled

-- 
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