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