haikuwebkit/LayoutTests/fast/animation/request-animation-frame-mis...

12 lines
344 B
Plaintext

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