Index: LayoutTests/svg/dom/method-argument-aritychecks.html |
diff --git a/LayoutTests/svg/dom/method-argument-aritychecks.html b/LayoutTests/svg/dom/method-argument-aritychecks.html |
index 726a205eb24e4aecdd04ba2a59edd940623228ba..1c6daa7451782ab25fde6a81a34e5ba7b1abec1b 100644 |
--- a/LayoutTests/svg/dom/method-argument-aritychecks.html |
+++ b/LayoutTests/svg/dom/method-argument-aritychecks.html |
@@ -30,15 +30,6 @@ shouldNotThrow('animateElm.endElementAt(0)'); |
debug(''); |
debug(''); |
-debug('SVGElementInstanceList'); |
- |
-debug(''); |
-debug('item(unsigned long index)'); |
-shouldThrow('useElm.instanceRoot.childNodes.item()'); |
-shouldNotThrow('useElm.instanceRoot.childNodes.item(0)'); |
- |
-debug(''); |
-debug(''); |
debug('SVGFEDropShadowElement'); |
debug(''); |