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

Side by Side Diff: LayoutTests/editing/inserting/insert-paragraph-seperator-crash.html

Issue 10451004: Merge 116653 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 7 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-paragraph-seperator-crash-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <script> 3 <script>
4 if (window.layoutTestController) 4 if (window.layoutTestController)
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 6
7 function handler() { 7 function handler() {
8 var element = event.srcElement; 8 var element = event.srcElement;
9 document.execCommand('Undo', false, false); 9 document.execCommand('Undo', false, false);
10 element.parentNode.removeChild(element); 10 element.parentNode.removeChild(element);
(...skipping 14 matching lines...) Expand all
25 document.designMode = "on"; 25 document.designMode = "on";
26 document.execCommand('JustifyRight', false, false); 26 document.execCommand('JustifyRight', false, false);
27 document.execCommand('InsertHorizontalRule', false, ''); 27 document.execCommand('InsertHorizontalRule', false, '');
28 document.documentElement.innerHTML = "PASS. WebKit didn't crash."; 28 document.documentElement.innerHTML = "PASS. WebKit didn't crash.";
29 }; 29 };
30 </script> 30 </script>
31 <ruby id="ruby"> 31 <ruby id="ruby">
32 <a>A</a> 32 <a>A</a>
33 </ruby> 33 </ruby>
34 </html> 34 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/inserting/insert-paragraph-seperator-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698