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

Side by Side Diff: LayoutTests/editing/execCommand/insertHTML-mutation-crash.html

Issue 6180005: Merge 74979 - Merge 73801 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 9 years, 11 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/execCommand/insertHTML-mutation-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 <head> 3 <head>
4 <script type="text/javascript"> 4 <script type="text/javascript">
5 function log(msg) 5 function log(msg)
6 { 6 {
7 document.body.appendChild(document.createTextNode(msg + '\n')); 7 document.body.appendChild(document.createTextNode(msg + '\n'));
8 } 8 }
9 9
10 function runTests() 10 function runTests()
(...skipping 25 matching lines...) Expand all
36 </script> 36 </script>
37 </head> 37 </head>
38 <body onload="runTests();"> 38 <body onload="runTests();">
39 <div id="cont" contenteditable="true"> 39 <div id="cont" contenteditable="true">
40 <span>This <span id="start">tests</span></span> 40 <span>This <span id="start">tests</span></span>
41 <span>that we don't crash when <code id="end">mutating</code> the dom</s pan> 41 <span>that we don't crash when <code id="end">mutating</code> the dom</s pan>
42 <span>during execution of an InsertHTML command.</span> 42 <span>during execution of an InsertHTML command.</span>
43 </div> 43 </div>
44 </body> 44 </body>
45 </html> 45 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/insertHTML-mutation-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698