Index: LayoutTests/svg/animations/mpath-remove-from-dependents-on-delete-crash.html |
diff --git a/LayoutTests/svg/animations/mpath-remove-from-dependents-on-delete-crash.html b/LayoutTests/svg/animations/mpath-remove-from-dependents-on-delete-crash.html |
index 8029ba08de28be3106c5c9ef0e6478d609d4ae79..96ad9db92f0465ed367dcd49a9386296b10b4290 100644 |
--- a/LayoutTests/svg/animations/mpath-remove-from-dependents-on-delete-crash.html |
+++ b/LayoutTests/svg/animations/mpath-remove-from-dependents-on-delete-crash.html |
@@ -19,7 +19,7 @@ |
window.GCController.collect(); |
else if (window.gc) |
gc(); |
- document.getElementById("A").insertBefore(document.getElementById("path_a")); |
+ document.getElementById("A").insertBefore(document.getElementById("path_a"), null); |
if (location.hash == '') |
location.hash = '#1'; |
else |