| Index: LayoutTests/fast/css/cssom-missing-arguments-expected.txt
|
| diff --git a/LayoutTests/fast/css/cssom-missing-arguments-expected.txt b/LayoutTests/fast/css/cssom-missing-arguments-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..426c4ef00d53b47885b49754cd0757d39828701c
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css/cssom-missing-arguments-expected.txt
|
| @@ -0,0 +1,11 @@
|
| +PASS style is an instance of CSSStyleDeclaration
|
| +PASS style.item() threw exception TypeError: Failed to execute 'item' on 'CSSStyleDeclaration': 1 argument required, but only 0 present..
|
| +PASS style.getPropertyValue() threw exception TypeError: Failed to execute 'getPropertyValue' on 'CSSStyleDeclaration': 1 argument required, but only 0 present..
|
| +PASS style.getPropertyPriority() threw exception TypeError: Failed to execute 'getPropertyPriority' on 'CSSStyleDeclaration': 1 argument required, but only 0 present..
|
| +PASS style.setProperty() threw exception TypeError: Failed to execute 'setProperty' on 'CSSStyleDeclaration': 2 arguments required, but only 0 present..
|
| +PASS style.setProperty('color') threw exception TypeError: Failed to execute 'setProperty' on 'CSSStyleDeclaration': 2 arguments required, but only 1 present..
|
| +PASS style.removeProperty() threw exception TypeError: Failed to execute 'removeProperty' on 'CSSStyleDeclaration': 1 argument required, but only 0 present..
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|