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

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

Issue 711473003: Remove more testing of getPropertyCSSValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 | « LayoutTests/fast/dom/constants.html ('k') | LayoutTests/fast/dom/dom-constructors.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/constants-expected.txt
diff --git a/LayoutTests/fast/dom/constants-expected.txt b/LayoutTests/fast/dom/constants-expected.txt
index 47fc5b2bc813bcfa5ac2e751995f99366b7723b8..bf7058cfc7d650eccb9dc40818db83cb78b1c461 100644
--- a/LayoutTests/fast/dom/constants-expected.txt
+++ b/LayoutTests/fast/dom/constants-expected.txt
@@ -1,4 +1,4 @@
-This page tests CSSRule, CSSValue, NodeFilter, and Event. It tests:
+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
@@ -16,14 +16,6 @@ PASS: window.CSSRule.IMPORT_RULE should be 3 and is.
PASS: window.CSSRule.MEDIA_RULE should be 4 and is.
PASS: window.CSSRule.FONT_FACE_RULE should be 5 and is.
PASS: window.CSSRule.PAGE_RULE should be 6 and is.
-PASS: cssValue.CSS_INHERIT should be 0 and is.
-PASS: cssValue.CSS_PRIMITIVE_VALUE should be 1 and is.
-PASS: cssValue.CSS_VALUE_LIST should be 2 and is.
-PASS: cssValue.CSS_CUSTOM should be 3 and is.
-PASS: window.CSSValue.CSS_INHERIT should be 0 and is.
-PASS: window.CSSValue.CSS_PRIMITIVE_VALUE should be 1 and is.
-PASS: window.CSSValue.CSS_VALUE_LIST should be 2 and is.
-PASS: window.CSSValue.CSS_CUSTOM should be 3 and is.
PASS: nodeFilter.FILTER_ACCEPT should be 1 and is.
PASS: nodeFilter.FILTER_REJECT should be 2 and is.
PASS: nodeFilter.FILTER_SKIP should be 3 and is.
« no previous file with comments | « LayoutTests/fast/dom/constants.html ('k') | LayoutTests/fast/dom/dom-constructors.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698