| Index: LayoutTests/animations/keyframes-rule.html
|
| diff --git a/LayoutTests/animations/keyframes-rule.html b/LayoutTests/animations/keyframes-rule.html
|
| index d6da2bb9e0f55232f81d5d41695c41c271b1c8af..cb04166fde024f55dc31850c91b3b800d37e51ce 100644
|
| --- a/LayoutTests/animations/keyframes-rule.html
|
| +++ b/LayoutTests/animations/keyframes-rule.html
|
| @@ -96,7 +96,7 @@ shouldBe("rules2.item(2).cssText", "'100% { left: 20px; }'");
|
|
|
| debug("");
|
|
|
| -shouldBe("typeof(rules2.item(0).style)", "typeof(CSSStyleDeclaration)");
|
| +shouldBeType("rules2.item(0).style", "CSSStyleDeclaration");
|
| shouldBe("rules2.item(0).style.length", "1");
|
|
|
| debug("");
|
|
|