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

Side by Side Diff: LayoutTests/editing/style/remove-format-without-enclosing-block.html

Issue 7862013: Merge 94840 - Crashes in WebCore::ApplyStyleCommand.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/style/remove-format-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 <card id="edit" contentEditable="true">A<script> 1 <card id="edit" contentEditable="true">A<script>
2 if (window.layoutTestController) 2 if (window.layoutTestController)
3 layoutTestController.dumpAsText(); 3 layoutTestController.dumpAsText();
4 4
5 edit.focus(); 5 edit.focus();
6 document.execCommand("SelectAll"); 6 document.execCommand("SelectAll");
7 document.execCommand("RemoveFormat"); 7 document.execCommand("RemoveFormat");
8 8
9 document.writeln('execCommand("RemoveFormat") was crashing when there is no encl osing block.<br>'); 9 document.writeln('execCommand("RemoveFormat") was crashing when there is no encl osing block.<br>');
10 document.writeln('The test has passed if it does not crash.<br><br>') 10 document.writeln('The test has passed if it does not crash.<br><br>')
11 document.writeln('PASS'); 11 document.writeln('PASS');
12 </script> 12 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/style/remove-format-without-enclosing-block-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698