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

Unified Diff: third_party/WebKit/LayoutTests/fast/lists/remove-listmarker-and-make-anonblock-empty-2.html

Issue 1879553003: parent->addChild() can delete parent and any of its siblings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@396717-2
Patch Set: Updated Created 4 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: third_party/WebKit/LayoutTests/fast/lists/remove-listmarker-and-make-anonblock-empty-2.html
diff --git a/third_party/WebKit/LayoutTests/fast/lists/remove-listmarker-and-make-anonblock-empty-2.html b/third_party/WebKit/LayoutTests/fast/lists/remove-listmarker-and-make-anonblock-empty-2.html
new file mode 100644
index 0000000000000000000000000000000000000000..1f2f787eee8add6f27d6f2658ea76c4f59d14ff0
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/lists/remove-listmarker-and-make-anonblock-empty-2.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<i id='test'>crbug.com/602271: Test passes if it does not crash.<table><td></i>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ document.designMode = 'on';
+ document.execCommand("selectAll");
+ document.execCommand("InsertUnorderedList");
+ document.execCommand("InsertHTML",false,"<div></div><iframe></iframe>");
+ document.execCommand("selectAll");
+ document.execCommand("insertUnorderedList");
+</script>

Powered by Google App Engine
This is Rietveld 408576698