blob: f62a6da61a27b476cc79aa690d5b0d290b490d33 [file] [log] [blame] [edit]
Tests that parameters to CSSStyleDeclaration API are mandatory.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS style.item() threw exception TypeError: Not enough arguments.
PASS style.removeProperty() threw exception TypeError: Not enough arguments.
PASS style.getPropertyPriority() threw exception TypeError: Not enough arguments.
PASS style.getPropertyValue() threw exception TypeError: Not enough arguments.
PASS successfullyParsed is true
TEST COMPLETE