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

Unified Diff: LayoutTests/svg/animations/mpath-remove-from-dependents-on-delete-crash.html

Issue 375293002: Node.insertBefore and Node.appendChild do not use custom binding anymore (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replace assert with condition Created 6 years, 5 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/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
« no previous file with comments | « LayoutTests/fast/html/details-summary-document-child.html ('k') | Source/bindings/core/v8/custom/V8NodeCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698