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

Unified Diff: LayoutTests/fast/dom/constants-expected.txt

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
Index: LayoutTests/fast/dom/constants-expected.txt
diff --git a/LayoutTests/fast/dom/constants-expected.txt b/LayoutTests/fast/dom/constants-expected.txt
index bf7058cfc7d650eccb9dc40818db83cb78b1c461..9c97b7f5837ffcca9527370b000755616cfe575d 100644
--- a/LayoutTests/fast/dom/constants-expected.txt
+++ b/LayoutTests/fast/dom/constants-expected.txt
@@ -2,14 +2,12 @@ This page tests CSSRule, NodeFilter, and Event. It tests:
Whether their global constructors have the correct constant values
Whether their objects have the correct constant values
-PASS: cssRule.UNKNOWN_RULE should be 0 and is.
PASS: cssRule.STYLE_RULE should be 1 and is.
PASS: cssRule.CHARSET_RULE should be 2 and is.
PASS: cssRule.IMPORT_RULE should be 3 and is.
PASS: cssRule.MEDIA_RULE should be 4 and is.
PASS: cssRule.FONT_FACE_RULE should be 5 and is.
PASS: cssRule.PAGE_RULE should be 6 and is.
-PASS: window.CSSRule.UNKNOWN_RULE should be 0 and is.
PASS: window.CSSRule.STYLE_RULE should be 1 and is.
PASS: window.CSSRule.CHARSET_RULE should be 2 and is.
PASS: window.CSSRule.IMPORT_RULE should be 3 and is.

Powered by Google App Engine
This is Rietveld 408576698