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.
<rdar://problem/8864215>
Created attachment 79055 [details] Patch
+ 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.
Created attachment 79511 [details] Patch Thanks for the r+, Mitz. I'm uploading a new patch anyway, though, to address Eric's comment
Comment on attachment 79511 [details] Patch Clearing commit+ in preparation of manual landing.
Committed r76296: <http://trac.webkit.org/changeset/76296>