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

Side by Side Diff: LayoutTests/editing/deleting/delete-start-block.html

Issue 9331006: Merge 106380 - Source/WebCore: Crash in DeleteSelectionCommand::handleGeneralDelete when attempti... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/editing/deleting/delete-start-block-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ><progress><script src="../../resources/dump-as-markup.js"></script><script> 1 ><progress><script src="../../resources/dump-as-markup.js"></script><script>
2 2
3 if (window.layoutTestController) 3 if (window.layoutTestController)
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 5
6 document.designMode="on"; 6 document.designMode="on";
7 document.execCommand("selectall"); 7 document.execCommand("selectall");
8 document.execCommand("justifycenter",false); 8 document.execCommand("justifycenter",false);
9 document.body.removeChild(document.body.firstElementChild); 9 document.body.removeChild(document.body.firstElementChild);
10 document.execCommand("insertparagraph"); 10 document.execCommand("insertparagraph");
11 11
12 Markup.description("This tests removing the start block. WebKit should not crash ."); 12 Markup.description("This tests removing the start block. WebKit should not crash .");
13 Markup.dump(document.body); 13 Markup.dump(document.body);
14 14
15 </script> 15 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/deleting/delete-start-block-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698