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

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

Issue 2840163002: DOM: NodeIterator.filter and TreeWalker.filter should return values which were specified to createN… (Closed)
Patch Set: Move ToV8() to ToV8ForCore.h, etc. Created 3 years, 8 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: third_party/WebKit/LayoutTests/fast/dom/constants-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/constants-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/constants-expected.txt
index 9b83d4ac3dce7ae83907a460cfaf1317edd38c1e..9a844b2fd28508f9761198c898af8581c75956c2 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/constants-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/constants-expected.txt
@@ -1,7 +1,7 @@
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
+Whether their objects have the correct constant values, except NodeFilter
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.
@@ -14,22 +14,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: 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.
-PASS: nodeFilter.SHOW_ALL should be 4294967295 and is.
-PASS: nodeFilter.SHOW_ELEMENT should be 1 and is.
-PASS: nodeFilter.SHOW_ATTRIBUTE should be 2 and is.
-PASS: nodeFilter.SHOW_TEXT should be 4 and is.
-PASS: nodeFilter.SHOW_CDATA_SECTION should be 8 and is.
-PASS: nodeFilter.SHOW_ENTITY_REFERENCE should be 16 and is.
-PASS: nodeFilter.SHOW_ENTITY should be 32 and is.
-PASS: nodeFilter.SHOW_PROCESSING_INSTRUCTION should be 64 and is.
-PASS: nodeFilter.SHOW_COMMENT should be 128 and is.
-PASS: nodeFilter.SHOW_DOCUMENT should be 256 and is.
-PASS: nodeFilter.SHOW_DOCUMENT_TYPE should be 512 and is.
-PASS: nodeFilter.SHOW_DOCUMENT_FRAGMENT should be 1024 and is.
-PASS: nodeFilter.SHOW_NOTATION should be 2048 and is.
PASS: window.NodeFilter.FILTER_ACCEPT should be 1 and is.
PASS: window.NodeFilter.FILTER_REJECT should be 2 and is.
PASS: window.NodeFilter.FILTER_SKIP should be 3 and is.

Powered by Google App Engine
This is Rietveld 408576698