Bug 105584 - REGRESSION: media/video-controls-captions-trackmenu.html intermittently fails
Summary: REGRESSION: media/video-controls-captions-trackmenu.html intermittently fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-20 15:14 PST by Ryosuke Niwa
Modified: 2012-12-20 16:45 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-12-20 15:14:56 PST
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
Comment 1 Dean Jackson 2012-12-20 16:45:53 PST
Committed r138322: <http://trac.webkit.org/changeset/138322>