Index: LayoutTests/fast/dom/dom-constructors-expected.txt |
diff --git a/LayoutTests/fast/dom/dom-constructors-expected.txt b/LayoutTests/fast/dom/dom-constructors-expected.txt |
index 16f7d10335cf992a61176b771d12e3f81aa94e49..af9cf0fd046bc84204e079379256b3d27f758fcc 100644 |
--- a/LayoutTests/fast/dom/dom-constructors-expected.txt |
+++ b/LayoutTests/fast/dom/dom-constructors-expected.txt |
@@ -111,11 +111,11 @@ PASS TryAllocate('History') is 'exception' |
PASS TryAllocate('HTMLOptionsCollection') is 'exception' |
PASS TryAllocate('Location') is 'exception' |
PASS TryAllocate('Navigator') is 'exception' |
-FAIL TryAllocate('NodeIterator') should be exception. Was no constructor. |
+PASS TryAllocate('NodeIterator') is 'exception' |
PASS TryAllocate('RGBColor') is 'exception' |
PASS TryAllocate('Screen') is 'exception' |
FAIL TryAllocate('TreeWalker') should be exception. Was no constructor. |
-FAIL TryAllocate('XPathExpression') should be exception. Was no constructor. |
+PASS TryAllocate('XPathExpression') is 'exception' |
PASS TryAllocate('Worker') is 'exception' |
PASS TryAllocate('EventTargetNode') is 'no constructor' |
PASS TryAllocate('UndetectableHTMLCollection') is 'no constructor' |