blob: 608b100d593b5060ade9b9425e26852743d64cca [file] [log] [blame]
Tests that the parser properly ignores a UTF-8 BOM character at the beginning of a file and all other cues are properly parsed.
*** Testing text track 0
EXPECTED (cues.length == '2') OK
EXPECTED (cues[0].id == '1') OK
EXPECTED (cues[0].startTime == '0') OK
EXPECTED (cues[0].endTime == '30.5') OK
EXPECTED (cues[0].text == 'Bear is Coming!!!!!') OK
EXPECTED (cues[1].id == '2') OK
EXPECTED (cues[1].startTime == '31') OK
EXPECTED (cues[1].endTime == '1200.5') OK
EXPECTED (cues[1].text == 'I said Bear is coming!!!!') OK
END OF TEST