blob: 2dc3514b90181abffac6129d6f07fb1fb4d7e5f5 [file] [log] [blame]
Tests that the parameters are mandatory in CSSKeyframesRule API.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS keyframes.__proto__ is CSSKeyframesRule.prototype
PASS keyframes.insertRule() threw exception TypeError: Not enough arguments.
PASS keyframes.appendRule() threw exception TypeError: Not enough arguments.
PASS keyframes.deleteRule() threw exception TypeError: Not enough arguments.
PASS keyframes.findRule() threw exception TypeError: Not enough arguments.
PASS successfullyParsed is true
TEST COMPLETE