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

Side by Side Diff: LayoutTests/animations/keyframes-rule-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 This tests the CSSKeyframeRule and CSSKeyframesRule interfaces. 1 This tests the CSSKeyframeRule and CSSKeyframesRule interfaces.
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 Constants 6 Constants
8 PASS CSSKeyframeRule exists on Window object 7 PASS CSSKeyframeRule exists on Window object
9 PASS CSSKeyframesRule exists on Window object 8 PASS CSSKeyframesRule exists on Window object
10 PASS WEBKIT_KEYFRAME_RULE exists on Window.CSSRule object 9 PASS WEBKIT_KEYFRAME_RULE exists on Window.CSSRule object
11 PASS WEBKIT_KEYFRAMES_RULE exists on Window.CSSRule object 10 PASS WEBKIT_KEYFRAMES_RULE exists on Window.CSSRule object
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 Set a keyframe key with a null value 116 Set a keyframe key with a null value
118 PASS rules13.item(0).keyText = null; threw exception SyntaxError: Failed to set the 'keyText' property on 'CSSKeyframeRule': The key 'null' is invalid and canno t be parsed. 117 PASS rules13.item(0).keyText = null; threw exception SyntaxError: Failed to set the 'keyText' property on 'CSSKeyframeRule': The key 'null' is invalid and canno t be parsed.
119 PASS rules13.length is 2 118 PASS rules13.length is 2
120 PASS rules13.item(0).type is window.CSSRule.WEBKIT_KEYFRAME_RULE 119 PASS rules13.item(0).type is window.CSSRule.WEBKIT_KEYFRAME_RULE
121 PASS rules13.item(0).keyText is '0%' 120 PASS rules13.item(0).keyText is '0%'
122 PASS rules13.item(1).keyText is '90%,100%' 121 PASS rules13.item(1).keyText is '90%,100%'
123 PASS successfullyParsed is true 122 PASS successfullyParsed is true
124 123
125 TEST COMPLETE 124 TEST COMPLETE
126 125
OLDNEW
« no previous file with comments | « LayoutTests/animations/keyframes-rule.html ('k') | LayoutTests/http/tests/css/resources/shared-stylesheet-mutation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698