Index: LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt |
diff --git a/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt b/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt |
index 06fbf9a411009d010131c5d79ff54e917c23c091..dc8df05717f67d2270e5a5906ad9d50c72bc7ce3 100644 |
--- a/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt |
+++ b/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt |
@@ -3,8 +3,6 @@ createAttirbuteNS tests adapted from createElementNS tests attached to webkit bu |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS document.createAttributeNS().toString() is "[object Attr]" |
-PASS document.createAttributeNS("http://www.example.com").toString() is "[object Attr]" |
PASS createAttributeNS(undefined, undefined) |
PASS createAttributeNS(null, undefined) |
PASS createAttributeNS(undefined, null); threw InvalidCharacterError: Failed to execute 'createAttributeNS' on 'Document': The qualified name provided is empty. |