Index: LayoutTests/fast/dom/Element/attr-param-typechecking-expected.txt |
diff --git a/LayoutTests/fast/dom/Element/attr-param-typechecking-expected.txt b/LayoutTests/fast/dom/Element/attr-param-typechecking-expected.txt |
index 0aad760031b96c09f796f6deb8789de48141525f..c0648859a6f11198b2f4d5472ec6a014d6a14d29 100644 |
--- a/LayoutTests/fast/dom/Element/attr-param-typechecking-expected.txt |
+++ b/LayoutTests/fast/dom/Element/attr-param-typechecking-expected.txt |
@@ -11,10 +11,6 @@ PASS element.removeAttributeNode("style"); threw exception TypeMismatchError: Fa |
PASS element.removeAttributeNode(null); threw exception TypeMismatchError: Failed to execute 'removeAttributeNode' on 'Element': The node provided is invalid.. |
PASS element.removeAttributeNode(undefined); threw exception TypeMismatchError: Failed to execute 'removeAttributeNode' on 'Element': The node provided is invalid.. |
PASS element.removeAttributeNode(new Object); threw exception TypeMismatchError: Failed to execute 'removeAttributeNode' on 'Element': The node provided is invalid.. |
-PASS element.setAttributeNodeNS("style"); threw exception TypeMismatchError: Failed to execute 'setAttributeNodeNS' on 'Element': The node provided is invalid.. |
-PASS element.setAttributeNodeNS(null); threw exception TypeMismatchError: Failed to execute 'setAttributeNodeNS' on 'Element': The node provided is invalid.. |
-PASS element.setAttributeNodeNS(undefined); threw exception TypeMismatchError: Failed to execute 'setAttributeNodeNS' on 'Element': The node provided is invalid.. |
-PASS element.setAttributeNodeNS(new Object); threw exception TypeMismatchError: Failed to execute 'setAttributeNodeNS' on 'Element': The node provided is invalid.. |
PASS successfullyParsed is true |
TEST COMPLETE |