12012-03-02 Victor Carbune <vcarbune@adobe.com>
2
3 Fix flaky test by decreasing granularity of cues (cues cover longer time
4 intervals). The flakiness seems to appear because the video is paused
5 synchronously, while missed events events are dispatched asynchronously.
6
7 It can happen that multiple cues are actually missed cues, hence more exit
8 events are dispatched together, but the video was paused before the actual
9 dispatch.
10
11 https://bugs.webkit.org/show_bug.cgi?id=80067
12
13 Reviewed by NOBODY (OOPS!).
14
15 * media/track/captions-webvtt/simple-captions.vtt:
16 * media/track/track-cues-pause-on-exit-expected.txt:
17 * media/track/track-cues-pause-on-exit.html:
18