Changeset 176040 in webkit
- Timestamp:
- Nov 12, 2014, 2:39:30 PM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r176039 r176040 1 2014-11-12 Alexey Proskuryakov <ap@apple.com> 2 3 Flaky Test: media/video-ended-event-slow-motion-playback.html 4 https://bugs.webkit.org/show_bug.cgi?id=136755 5 6 Reviewed by Jer Noble. 7 8 * media/video-ended-event-slow-motion-playback.html: The test verifies that playback 9 rate doesn't get rounded down to 0, and that is very easy to detect, no need for 10 flaky timeouts. 11 12 * platform/mac/TestExpectations: Remove the flakiness expectation. Also while at it, 13 updated media/video-playbackrate.html to match what the bots actually see. 14 1 15 2014-11-05 Ada Chan <adachan@apple.com> 2 16 -
trunk/LayoutTests/media/video-ended-event-slow-motion-playback.html
r172472 r176040 11 11 function () 12 12 { 13 video.currentTime = 5;13 video.currentTime = video.duration - 0.1; 14 14 video.playbackRate = 0.5; 15 15 video.play(); 16 failTestIn(2500);17 16 }); 18 17 } -
trunk/LayoutTests/platform/mac/TestExpectations
r176034 r176040 1130 1130 webkit.org/b/136532 [ MountainLion ] media/sources-fallback-codecs.html [ Failure ] 1131 1131 webkit.org/b/136532 [ MountainLion ] media/video-seek-past-end-playing.html [ Pass Failure ] 1132 [ MountainLion ] media/video-playbackrate.html [ Pass Timeout ] 1133 [ MountainLion ] media/video-ended-event-slow-motion-playback.html [ Pass Failure ] 1132 [ MountainLion ] media/video-playbackrate.html [ Pass Failure Timeout ] 1134 1133 1135 1134 # Mountain Lion and earlier do not support Encrypted Media Extensions.
Note:
See TracChangeset
for help on using the changeset viewer.