Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / animation / request-animation-frame-missing-arguments-expected.txt
blobba77b3e943c0591307f4841f62b988b8f5e52851
1 Test how animation methods react to too few arguments.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS requestAnimationFrame() threw exception TypeError: Failed to execute 'requestAnimationFrame' on 'Window': 1 argument required, but only 0 present..
7 PASS cancelAnimationFrame() threw exception TypeError: Failed to execute 'cancelAnimationFrame' on 'Window': 1 argument required, but only 0 present..
8 PASS successfullyParsed is true
10 TEST COMPLETE