blob: 2b01836c9b9f8d3fcecaf842c70932c51233c4b0 [file] [edit]
Tests that the parameters to CSSSupportsRule.insertRule() / deleteRule() are mandatory.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS supportsRule.__proto__ is CSSSupportsRule.prototype
PASS supportsRule.insertRule() threw exception TypeError: Not enough arguments.
PASS supportsRule.insertRule('width: 0') threw exception TypeError: Not enough arguments.
PASS supportsRule.deleteRule() threw exception TypeError: Not enough arguments.
PASS successfullyParsed is true
TEST COMPLETE