tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

header-timings.test (282B)


      1 header, timings
      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 00:00:00.000 --> 00:00:01.000
     13 text