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

Side by Side Diff: LayoutTests/editing/inserting/insert-without-enclosing-block.html

Issue 7780011: Merge 94793 - Crashes in WebCore::ReplaceSelectionCommand::doApply (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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/inserting/insert-without-enclosing-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 <feSpotLight><sub id="div" contenteditable="true"><script> 1 <feSpotLight><sub id="div" contenteditable="true"><script>
2 if (window.layoutTestController) 2 if (window.layoutTestController)
3 layoutTestController.dumpAsText(); 3 layoutTestController.dumpAsText();
4 4
5 window.getSelection().setPosition(div, 0); 5 window.getSelection().setPosition(div, 0);
6 document.execCommand("InsertHTML", false, "<dl>"); 6 document.execCommand("InsertHTML", false, "<dl>");
7 7
8 document.writeln('This test ensures WebKit does not crash.<br><br>PASS'); 8 document.writeln('This test ensures WebKit does not crash.<br><br>PASS');
9 </script> 9 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/inserting/insert-without-enclosing-block-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698