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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 PASS style is an instance of CSSStyleDeclaration
2 PASS style.item() threw exception TypeError: Failed to execute 'item' on 'CSSSty leDeclaration': 1 argument required, but only 0 present..
3 PASS style.getPropertyValue() threw exception TypeError: Failed to execute 'getP ropertyValue' on 'CSSStyleDeclaration': 1 argument required, but only 0 present. .
4 PASS style.getPropertyPriority() threw exception TypeError: Failed to execute 'g etPropertyPriority' on 'CSSStyleDeclaration': 1 argument required, but only 0 pr esent..
5 PASS style.setProperty() threw exception TypeError: Failed to execute 'setProper ty' on 'CSSStyleDeclaration': 2 arguments required, but only 0 present..
6 PASS style.setProperty('color') threw exception TypeError: Failed to execute 'se tProperty' on 'CSSStyleDeclaration': 2 arguments required, but only 1 present..
7 PASS style.removeProperty() threw exception TypeError: Failed to execute 'remove Property' on 'CSSStyleDeclaration': 1 argument required, but only 0 present..
8 PASS successfullyParsed is true
9
10 TEST COMPLETE
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698