Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: LayoutTests/svg/dom/method-argument-aritychecks.html

Issue 252893004: Remove SVGElementInstanceList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add expected results Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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('');

Powered by Google App Engine
This is Rietveld 408576698