Bug 70567

Summary: media/media-element-play-after-eos.html sometimes fails on SnowLeopard Intel Debug (Tests)
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: d-r, eric.carlson, jer.noble, pnormand
Priority: P2 Keywords: LayoutTestFailure, MakingBotsRed
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.6   
URL: http://build.webkit.org/results/SnowLeopard%20Intel%20Debug%20(Tests)/r98022%20(2662)/results.html

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.