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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <i id='test'>crbug.com/602271: Test passes if it does not crash.<table><td></i>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 document.designMode = 'on';
7 document.execCommand("selectAll");
8 document.execCommand("InsertUnorderedList");
9 document.execCommand("InsertHTML",false,"<div></div><iframe></iframe>");
10 document.execCommand("selectAll");
11 document.execCommand("insertUnorderedList");
12 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698