Changeset 96316 in webkit


Ignore:
Timestamp:
Sep 29, 2011 3:33:03 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

LayoutTests: media/video-does-not-loop.html failing on Snow Leopard
https://bugs.webkit.org/show_bug.cgi?id=69067

Patch by Arun Patole <bmf834@motorola.com> on 2011-09-29
Reviewed by Philippe Normand.

Update expected test result for video-does-not-loop.html
as the 'pause' event should be fired at the end of playback.

  • media/video-does-not-loop-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r96315 r96316  
     12011-09-29  Arun Patole  <bmf834@motorola.com>
     2
     3        LayoutTests: media/video-does-not-loop.html failing on Snow Leopard
     4        https://bugs.webkit.org/show_bug.cgi?id=69067
     5
     6        Reviewed by Philippe Normand.
     7
     8        Update expected test result for video-does-not-loop.html
     9        as the 'pause' event should be fired at the end of playback.
     10
     11        * media/video-does-not-loop-expected.txt:
     12
    1132011-09-29  Shinichiro Hamaji  <hamaji@chromium.org>
    214
  • trunk/LayoutTests/media/video-does-not-loop-expected.txt

    r66395 r96316  
    1414RUN(video.play())
    1515
     16EVENT(pause)
    1617EVENT(ended)
    1718
Note: See TracChangeset for help on using the changeset viewer.