| Index: LayoutTests/fast/dom/constants.html
|
| diff --git a/LayoutTests/fast/dom/constants.html b/LayoutTests/fast/dom/constants.html
|
| index 2a48eefa7e79d61d4d50a7e0e07d3481f51db692..f1da2359e7a4fb1499d9fb05fa9bc908dce0bcfb 100644
|
| --- a/LayoutTests/fast/dom/constants.html
|
| +++ b/LayoutTests/fast/dom/constants.html
|
| @@ -39,7 +39,6 @@ function test() {
|
| testRunner.dumpAsText();
|
|
|
| cssRule = document.styleSheets[0].cssRules[0];
|
| - shouldBe("cssRule.UNKNOWN_RULE", 0);
|
| shouldBe("cssRule.STYLE_RULE", 1);
|
| shouldBe("cssRule.CHARSET_RULE", 2);
|
| shouldBe("cssRule.IMPORT_RULE", 3);
|
| @@ -47,7 +46,6 @@ function test() {
|
| shouldBe("cssRule.FONT_FACE_RULE", 5);
|
| shouldBe("cssRule.PAGE_RULE", 6);
|
|
|
| - shouldBe("window.CSSRule.UNKNOWN_RULE", 0);
|
| shouldBe("window.CSSRule.STYLE_RULE", 1);
|
| shouldBe("window.CSSRule.CHARSET_RULE", 2);
|
| shouldBe("window.CSSRule.IMPORT_RULE", 3);
|
|
|