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

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

Issue 1153493002: Remove CSSKeyframesRule.insertRule() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 5 years, 7 months 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
1 CONSOLE WARNING: 'CSSKeyframesRule.insertRule()' is deprecated and will be remov ed in M45, around August 2015. Please use 'CSSKeyframesRule.appendRule()' instea d.
2 PASS keyframes is an instance of CSSKeyframesRule 1 PASS keyframes is an instance of CSSKeyframesRule
3 PASS keyframes.insertRule() threw exception TypeError: Failed to execute 'insert Rule' on 'CSSKeyframesRule': 1 argument required, but only 0 present..
4 PASS keyframes.appendRule() threw exception TypeError: Failed to execute 'append Rule' on 'CSSKeyframesRule': 1 argument required, but only 0 present.. 2 PASS keyframes.appendRule() threw exception TypeError: Failed to execute 'append Rule' on 'CSSKeyframesRule': 1 argument required, but only 0 present..
5 PASS keyframes.deleteRule() threw exception TypeError: Failed to execute 'delete Rule' on 'CSSKeyframesRule': 1 argument required, but only 0 present.. 3 PASS keyframes.deleteRule() threw exception TypeError: Failed to execute 'delete Rule' on 'CSSKeyframesRule': 1 argument required, but only 0 present..
6 PASS keyframes.findRule() threw exception TypeError: Failed to execute 'findRule ' on 'CSSKeyframesRule': 1 argument required, but only 0 present.. 4 PASS keyframes.findRule() threw exception TypeError: Failed to execute 'findRule ' on 'CSSKeyframesRule': 1 argument required, but only 0 present..
7 PASS successfullyParsed is true 5 PASS successfullyParsed is true
8 6
9 TEST COMPLETE 7 TEST COMPLETE
10 8
OLDNEW
« no previous file with comments | « LayoutTests/animations/keyframes-missing-arguments.html ('k') | LayoutTests/animations/keyframes-rule.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698