1 PASS style is an instance of CSSStyleDeclaration
2 PASS style.item() threw exception TypeError: Failed to execute 'item' on 'CSSStyleDeclaration': 1 argument required, but only 0 present..
3 PASS style.getPropertyValue() threw exception TypeError: Failed to execute 'getPropertyValue' on 'CSSStyleDeclaration': 1 argument required, but only 0 present..
4 PASS style.getPropertyPriority() threw exception TypeError: Failed to execute 'getPropertyPriority' on 'CSSStyleDeclaration': 1 argument required, but only 0 present..
5 PASS style.setProperty() threw exception TypeError: Failed to execute 'setProperty' on 'CSSStyleDeclaration': 2 arguments required, but only 0 present..
6 PASS style.setProperty('color') threw exception TypeError: Failed to execute 'setProperty' on 'CSSStyleDeclaration': 2 arguments required, but only 1 present..
7 PASS style.removeProperty() threw exception TypeError: Failed to execute 'removeProperty' on 'CSSStyleDeclaration': 1 argument required, but only 0 present..
8 PASS successfullyParsed is true