Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: LayoutTests/fast/dom/constants.html

Issue 1154753006: Remove CSSRule.UNKNOWN_RULE and CSSUnknownRule interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: addressed review comments Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/constants-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | LayoutTests/fast/dom/constants-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698