blob: ba77b3e943c0591307f4841f62b988b8f5e52851 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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: Failed to execute 'requestAnimationFrame' on 'Window': 1 argument required, but only 0 present..
PASS cancelAnimationFrame() threw exception TypeError: Failed to execute 'cancelAnimationFrame' on 'Window': 1 argument required, but only 0 present..
PASS successfullyParsed is true
TEST COMPLETE
|