blob: c3348e43f8448dd8bc9c216fea0dfdbeb52e069d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
header, timings
<link rel="help" href="https://w3c.github.io/webvtt/#collect-a-webvtt-block">
assert_equals(cues.length, 1);
assert_equals(cues[0].text, 'text');
assert_equals(cues[0].startTime, 0);
assert_equals(cues[0].endTime, 1);
===
WEBVTT
00:00:00.000 --> 00:00:01.000
text
|