Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: LayoutTests/fast/css/cssom-missing-arguments-expected.txt

Issue 796573003: Make CSSStyleDeclaration function arguments non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698