| Index: LayoutTests/animations/animations-parsing-expected.txt | 
| diff --git a/LayoutTests/animations/animations-parsing-expected.txt b/LayoutTests/animations/animations-parsing-expected.txt | 
| index 1cc381b1b59b2293128961c1e1e0a0fb4c9b1584..d19506196eb8ead7a71648e13725a12594332696 100644 | 
| --- a/LayoutTests/animations/animations-parsing-expected.txt | 
| +++ b/LayoutTests/animations/animations-parsing-expected.txt | 
| @@ -249,6 +249,14 @@ PASS style.animationTimingFunction is '' | 
| PASS computedStyle.animationTimingFunction is 'ease' | 
| PASS style.webkitAnimationTimingFunction is '' | 
| PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
| +PASS style.animationTimingFunction is 'step-middle' | 
| +PASS computedStyle.animationTimingFunction is 'ease' | 
| +PASS style.webkitAnimationTimingFunction is 'step-middle' | 
| +PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
| +PASS style.animationTimingFunction is 'steps(5, middle)' | 
| +PASS computedStyle.animationTimingFunction is 'ease' | 
| +PASS style.webkitAnimationTimingFunction is 'steps(5, middle)' | 
| +PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
| Valid animation-delay values. | 
| PASS computedStyle.animationDelay is '0s' | 
| PASS computedStyle.webkitAnimationDelay is '0s' | 
|  |