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. |