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 e4ae7275a9e25ef4b35591c631d77ab841c2599c..778759aaea01827ebf6351beefacb8140b94cbeb 100644 |
--- a/LayoutTests/fast/dom/dom-constructors-expected.txt |
+++ b/LayoutTests/fast/dom/dom-constructors-expected.txt |
@@ -10,6 +10,7 @@ PASS TryAllocate('Document') is 'exception' |
PASS TryAllocate('DocumentType') is 'exception' |
PASS TryAllocate('Element') is 'exception' |
PASS TryAllocate('Entity') is 'exception' |
+PASS TryAllocate('EventTarget') is 'exception' |
PASS TryAllocate('HTMLDocument') is 'exception' |
PASS TryAllocate('Node') is 'exception' |
PASS TryAllocate('Notation') is 'exception' |
@@ -120,7 +121,6 @@ PASS TryAllocate('Worker') is 'exception' |
PASS TryAllocate('EventTargetNode') is 'no constructor' |
PASS TryAllocate('UndetectableHTMLCollection') is 'no constructor' |
PASS TryAllocate('XPathNSResolver') is 'no constructor' |
-PASS TryAllocate('EventTarget') is 'no constructor' |
PASS TryAllocate('EventListener') is 'no constructor' |
PASS TryAllocate('NPObject') is 'no constructor' |
PASS TryAllocate('Comment') is '[object Comment]' |