git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[High Sierra/Sierra Release] Layout Test media/track/track-cue-css.html is a flaky...
[WebKit-https.git]
/
LayoutTests
/
media
/
track
/
track-cue-css-expected.html
diff --git
a/LayoutTests/media/track/track-cue-css-expected.html
b/LayoutTests/media/track/track-cue-css-expected.html
index
75593cd
..
13b62ab
100644
(file)
--- a/
LayoutTests/media/track/track-cue-css-expected.html
+++ b/
LayoutTests/media/track/track-cue-css-expected.html
@@
-21,7
+21,8
@@
consoleWrite("Test that CSS in VTT file is applied correctly.");
findMediaElement();
video.src = findMediaFile('video', '../content/test');
consoleWrite("Test that CSS in VTT file is applied correctly.");
findMediaElement();
video.src = findMediaFile('video', '../content/test');
- waitForEvent('canplaythrough', endTest);
+ waitForEvent('seeked', endTest);
+ waitForEvent('canplaythrough', function() { video.currentTime = 0; });
}
setCaptionDisplayMode('Automatic');
}
setCaptionDisplayMode('Automatic');