Index: third_party/WebKit/LayoutTests/fast/dom/global-constructors.html |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/global-constructors.html b/third_party/WebKit/LayoutTests/fast/dom/global-constructors.html |
index 304f9953257fe84b2ed0f1d28328eb134eabc52d..7b7d59ab766e47be8151b07ca107c4a89651fa4e 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/global-constructors.html |
+++ b/third_party/WebKit/LayoutTests/fast/dom/global-constructors.html |
@@ -81,7 +81,7 @@ function test() |
try { |
nodeFilter = document.createNodeIterator(document, NodeFilter.SHOW_ELEMENT, function () {}, false).filter; |
} catch(e) {} |
- shouldBe("window.NodeFilter.prototype.isPrototypeOf(nodeFilter)", true); |
+ shouldBe("window.NodeFilter.prototype.isPrototypeOf(nodeFilter)", false); |
originalNodePrototype = window.Node.prototype; |