| Index: LayoutTests/animations/keyframes-rule-expected.txt
|
| diff --git a/LayoutTests/animations/keyframes-rule-expected.txt b/LayoutTests/animations/keyframes-rule-expected.txt
|
| index a49b763cca579364a9ec53bd31138c50a9e3b4ec..bc6946c224405b24c60daff322d1d80a0779b99b 100644
|
| --- a/LayoutTests/animations/keyframes-rule-expected.txt
|
| +++ b/LayoutTests/animations/keyframes-rule-expected.txt
|
| @@ -36,7 +36,7 @@ PASS rules2.item(0).cssText is '0% { left: 10px; }'
|
| PASS rules2.item(1).cssText is '50% { left: 30px; }'
|
| PASS rules2.item(2).cssText is '100% { left: 20px; }'
|
|
|
| -FAIL typeof(rules2.item(0).style) should be function. Was object.
|
| +PASS rules2.item(0).style is an instance of CSSStyleDeclaration
|
| PASS rules2.item(0).style.length is 1
|
|
|
| Find a rule
|
|
|