blob: 97477c9018082dd14b17856f90e9e396662bdc46 [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.name is "test1"
PASS keyframes.name = null did not throw exception.
PASS keyframes.name is "null"
PASS successfullyParsed is true
TEST COMPLETE