Index: LayoutTests/fast/dom/Element/setAttributeNS-namespace-err-expected.txt |
diff --git a/LayoutTests/fast/dom/Element/setAttributeNS-namespace-err-expected.txt b/LayoutTests/fast/dom/Element/setAttributeNS-namespace-err-expected.txt |
index 613e0d9e3d8cbdac6fab8e681dbc395a3d797b45..bef2b46f1232a86acd9cdb01640523b93544ee5e 100644 |
--- a/LayoutTests/fast/dom/Element/setAttributeNS-namespace-err-expected.txt |
+++ b/LayoutTests/fast/dom/Element/setAttributeNS-namespace-err-expected.txt |
@@ -3,6 +3,9 @@ |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+PASS element.setAttributeNS() is undefined. |
+PASS element.setAttributeNS("http://www.example.com") is undefined. |
+PASS element.setAttributeNS("http://www.example.com", "foo") is undefined. |
PASS element.setAttributeNS(undefined, undefined, 'value') |
PASS element.setAttributeNS(null, undefined, 'value') |
FAIL element.setAttributeNS(undefined, null, 'value') |