blob: 228f6b3e8e81cab10175b0e31f7f8e37ca795064 [file] [log] [blame]
Test how animation methods react to too few arguments.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS requestAnimationFrame() threw exception TypeError: Not enough arguments.
PASS cancelAnimationFrame() threw exception TypeError: Not enough arguments.
PASS successfullyParsed is true
TEST COMPLETE