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

Side by Side Diff: LayoutTests/animations/keyframes-missing-arguments-expected.txt

Issue 790303002: Make CSSKeyframesRule function arguments non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 keyframes is an instance of CSSKeyframesRule
2 PASS keyframes.insertRule() threw exception TypeError: Failed to execute 'insert Rule' on 'CSSKeyframesRule': 1 argument required, but only 0 present..
3 PASS keyframes.appendRule() threw exception TypeError: Failed to execute 'append Rule' on 'CSSKeyframesRule': 1 argument required, but only 0 present..
4 PASS keyframes.deleteRule() threw exception TypeError: Failed to execute 'delete Rule' on 'CSSKeyframesRule': 1 argument required, but only 0 present..
5 PASS keyframes.findRule() threw exception TypeError: Failed to execute 'findRule ' on 'CSSKeyframesRule': 1 argument required, but only 0 present..
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9
OLDNEW
« no previous file with comments | « LayoutTests/animations/keyframes-missing-arguments.html ('k') | Source/core/css/CSSKeyframesRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698