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

Side by Side Diff: LayoutTests/editing/selection/document-mutation.html

Issue 217003006: Remove carriage returns from LayoutTests (01) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix caret-and-focus-ring Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <p>This test ensures WebKit adjusts the selection under document mutation.</p> 4 <p>This test ensures WebKit adjusts the selection under document mutation.</p>
5 <p> Examples are from:<br> http://www.w3.org/TR/DOM-Level-2-Traversal-Range/rang es.html#Level-2-Range-Mutation</p> 5 <p> Examples are from:<br> http://www.w3.org/TR/DOM-Level-2-Traversal-Range/rang es.html#Level-2-Range-Mutation</p>
6 <div id="test" contenteditable></div> 6 <div id="test" contenteditable></div>
7 <pre> 7 <pre>
8 <script> 8 <script>
9 9
10 var test = document.getElementById('test'); 10 var test = document.getElementById('test');
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 82
83 document.write('\n\nExtent is first\n\n'); 83 document.write('\n\nExtent is first\n\n');
84 runTests(); 84 runTests();
85 85
86 test.style.display = 'none'; 86 test.style.display = 'none';
87 document.write('\nDONE'); 87 document.write('\nDONE');
88 </script> 88 </script>
89 </pre> 89 </pre>
90 </body> 90 </body>
91 </html> 91 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/selection/clear-selection-crash.html ('k') | LayoutTests/editing/selection/drag-select-rapidly.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698