blob: d2e5a365c710987aa3396ef7bd8940818b41fac5 [file] [log] [blame]
Test how buffered.start()/end() react to too few arguments.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS v.buffered.start() threw exception TypeError: Failed to execute 'start' on 'TimeRanges': 1 argument required, but only 0 present..
PASS v.buffered.end() threw exception TypeError: Failed to execute 'end' on 'TimeRanges': 1 argument required, but only 0 present..
PASS successfullyParsed is true
TEST COMPLETE