Index: LayoutTests/fast/dom/Element/script-tests/setAttributeNS-namespace-err.js |
diff --git a/LayoutTests/fast/dom/Element/script-tests/setAttributeNS-namespace-err.js b/LayoutTests/fast/dom/Element/script-tests/setAttributeNS-namespace-err.js |
index d5af5e6fc57a27dc4dd5faec9035d79e2a48a28f..dbe8f561ddafb30158892e61a74a1658f4ffec21 100644 |
--- a/LayoutTests/fast/dom/Element/script-tests/setAttributeNS-namespace-err.js |
+++ b/LayoutTests/fast/dom/Element/script-tests/setAttributeNS-namespace-err.js |
@@ -124,10 +124,4 @@ function runNSTests() |
} |
} |
-// Moz throws a "Not enough arguments" exception in these, we don't: |
-var element = document.createElement("div"); |
-shouldBeUndefined("element.setAttributeNS()"); |
-shouldBeUndefined("element.setAttributeNS(\"http://www.example.com\")"); |
-shouldBeUndefined("element.setAttributeNS(\"http://www.example.com\", \"foo\")"); |
- |
runNSTests(); |