https://bugs.webkit.org/show_bug.cgi?id=190876
Reviewed by Alexey Proskuryakov.
This is a speculative fix; avoid an unnecessary video seek step in test.
* media/track/track-cue-css-expected.html:
* media/track/track-cue-css.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@237420
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2018-10-25 Per Arne Vollan <pvollan@apple.com>
+
+ [High Sierra/Sierra Release] Layout Test media/track/track-cue-css.html is a flaky image failure
+ https://bugs.webkit.org/show_bug.cgi?id=190876
+
+ Reviewed by Alexey Proskuryakov.
+
+ This is a speculative fix; avoid an unnecessary video seek step in test.
+
+ * media/track/track-cue-css-expected.html:
+ * media/track/track-cue-css.html:
+
2018-10-25 Chris Dumez <cdumez@apple.com>
REGRESSION (236779) scandinaviandesigns.com product pages auto redirect to product image
2018-10-25 Chris Dumez <cdumez@apple.com>
REGRESSION (236779) scandinaviandesigns.com product pages auto redirect to product image
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('seeked', endTest);
- waitForEvent('canplaythrough', function() { video.currentTime = .5; });
+ waitForEvent('canplaythrough', endTest);
}
setCaptionDisplayMode('Automatic');
}
setCaptionDisplayMode('Automatic');
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('seeked', endTest);
- waitForEvent('canplaythrough', function() { video.currentTime = .5; });
+ waitForEvent('canplaythrough', endTest);
}
setCaptionDisplayMode('Automatic');
}
setCaptionDisplayMode('Automatic');