| Index: third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers.html b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers.html
|
| index 9994a0b3d736db95b4ad4fd3ba9ceefa5a661e7e..c021bc2a28542541b303898033f9e04258ecf543 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers.html
|
| @@ -45,8 +45,8 @@
|
| test("document.styleSheets[0].cssRules[2]", "CSSRule.FONT_FACE_RULE", "style");
|
| test("document.styleSheets[0].cssRules[3]", "CSSRule.MEDIA_RULE", "cssRules");
|
| test("document.styleSheets[0].cssRules[3]", "CSSRule.MEDIA_RULE", "media");
|
| - test("document.styleSheets[0].cssRules[4]", "CSSRule.WEBKIT_KEYFRAMES_RULE", "cssRules");
|
| - test("document.styleSheets[0].cssRules[4].cssRules[0]", "CSSRule.WEBKIT_KEYFRAME_RULE", "style");
|
| + test("document.styleSheets[0].cssRules[4]", "CSSRule.KEYFRAMES_RULE", "cssRules");
|
| + test("document.styleSheets[0].cssRules[4].cssRules[0]", "CSSRule.KEYFRAME_RULE", "style");
|
| test("document.styleSheets[0].cssRules[5]", "CSSRule.PAGE_RULE", "style");
|
|
|
| </script>
|
|
|