Changeset 211302 in webkit
- Timestamp:
- Jan 27, 2017, 2:23:32 PM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
media/track/track-in-band-style-expected.txt (modified) (1 diff)
-
media/track/track-in-band-style.html (modified) (1 diff)
-
platform/mac/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r211293 r211302 1 2017-01-27 Jer Noble <jer.noble@apple.com> 2 3 media/track/track-in-band-style.html is flaky 4 https://bugs.webkit.org/show_bug.cgi?id=167516 5 6 Reviewed by Eric Carlson. 7 8 Update the test to use 'cuechange' rather than a 200ms timer. 9 10 * media/track/track-in-band-style-expected.txt: 11 * media/track/track-in-band-style.html: 12 * platform/mac/TestExpectations: 13 1 14 2017-01-27 Youenn Fablet <youenn@apple.com> 2 15 -
trunk/LayoutTests/media/track/track-in-band-style-expected.txt
r179377 r211302 11 11 EVENT(change) 12 12 RUN(video.play()) 13 EVENT( seeked)13 EVENT(cuechange) 14 14 15 15 ** Test current cue colors -
trunk/LayoutTests/media/track/track-in-band-style.html
r179377 r211302 35 35 { 36 36 run("video.play()"); 37 setTimeout(function() { video.pause(); video.currentTime = 0.3; }, 1000); 38 waitForEvent('seeked', function() { setTimeout(testCues, 200) }); 37 setTimeout(function() { 38 video.pause(); 39 video.currentTime = 0.3; 40 waitForEventOn(inbandTrack1, 'cuechange', testCues); 41 }, 1000); 39 42 } 40 43 -
trunk/LayoutTests/platform/mac/TestExpectations
r211284 r211302 1342 1342 [ Sierra+ ] fast/canvas/canvas-imageSmoothingEnabled-repaint.html [ Pass Failure ] 1343 1343 1344 # <rdar://problem/23601055>1345 [ Sierra+ ] media/track/track-in-band-style.html [ Pass Failure ]1346 1347 1344 # Sierra supports true font feature coverage queries. We use the -coverage versions of these tests instead. 1348 1345 [ Sierra+ ] css3/font-variant-small-caps-synthesis.html [ ImageOnlyFailure ]
Note:
See TracChangeset
for help on using the changeset viewer.