Bug 70567 - media/media-element-play-after-eos.html sometimes fails on SnowLeopard Intel Debug (Tests)
Summary: media/media-element-play-after-eos.html sometimes fails on SnowLeopard Intel ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/SnowL...
Keywords: LayoutTestFailure, MakingBotsRed
Depends on:
Blocks:
 
Reported: 2011-10-20 17:36 PDT by Simon Fraser (smfr)
Modified: 2012-05-16 16:45 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Dominik Röttsches (drott) 2012-04-27 01:52:47 PDT
Flaky on GTK as well, bug 83790.
Comment 2 Philippe Normand 2012-05-16 16:45:31 PDT
I wonder if this flakyness is related with the duration not being determined yet when mediaPlaying() is called. media/video-duration-known-after-eos.html could be affected by this issue as well.

The solution would be to wait for the loadedmetadata event, I think.