Bug 52506

Summary: REGRESSION (r71842): Compass video is not playing in Safari welcome page
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: MediaAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal CC: atwilson, commit-queue, eric.carlson, eric
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.6   
URL: http://www.apple.com/safari/welcome/
Attachments:
Description Flags
Patch
none
Patch eric.carlson: review+

Jer Noble
Reported 2011-01-14 21:21:41 PST
The various elements of the welcome page animate, but the compass animates as a still image. The video of the compass needle spinning is not playing.
Attachments
Patch (5.26 KB, patch)
2011-01-14 22:45 PST, Jer Noble
no flags
Patch (5.12 KB, patch)
2011-01-19 16:03 PST, Jer Noble
eric.carlson: review+
Jer Noble
Comment 1 2011-01-14 21:22:13 PST
Jer Noble
Comment 2 2011-01-14 22:45:21 PST
Eric Carlson
Comment 3 2011-01-17 08:54:25 PST
+ waitForEvent('seeked', + function () { + testExpected("video.currentTime.toFixed(2)", (video.duration - 0.2).toFixed(2)); + Including the duration of a media file in test results will make the test fail in a port that use another encoding. Look at video-seek-past-end-paused.html for one way to do this kind of test without logging the actual duration.
Jer Noble
Comment 4 2011-01-19 16:03:31 PST
Created attachment 79511 [details] Patch Thanks for the r+, Mitz. I'm uploading a new patch anyway, though, to address Eric's comment
Jer Noble
Comment 5 2011-01-20 15:15:59 PST
Comment on attachment 79511 [details] Patch Clearing commit+ in preparation of manual landing.
Jer Noble
Comment 6 2011-01-20 15:45:25 PST
Note You need to log in before you can comment on or make changes to this bug.