Index: LayoutTests/fast/dom/Element/missing-arguments-expected.txt |
diff --git a/LayoutTests/fast/dom/Element/missing-arguments-expected.txt b/LayoutTests/fast/dom/Element/missing-arguments-expected.txt |
index 875120763b950afe2a94a3a1db23783eac7c720a..2a716b362973b7ad5b69ef7e8c8d56b903a38be3 100644 |
--- a/LayoutTests/fast/dom/Element/missing-arguments-expected.txt |
+++ b/LayoutTests/fast/dom/Element/missing-arguments-expected.txt |
@@ -1,4 +1,3 @@ |
-CONSOLE WARNING: 'Element.setAttributeNodeNS' is deprecated and has been removed from DOM4 (http://w3.org/tr/dom). |
PASS element.getAttribute() threw exception TypeError: Failed to execute 'getAttribute' on 'Element': 1 argument required, but only 0 present.. |
PASS element.getAttributeNS() threw exception TypeError: Failed to execute 'getAttributeNS' on 'Element': 2 arguments required, but only 0 present.. |
PASS element.getAttributeNS('http://example.com/') threw exception TypeError: Failed to execute 'getAttributeNS' on 'Element': 2 arguments required, but only 1 present.. |