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

Side by Side Diff: LayoutTests/editing/execCommand/editing-nontext-node-crash.xhtml

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 <html xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head> 2 <head>
3 <script>//<![CDATA[ 3 <script>//<![CDATA[
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 6
7 var selection = window.getSelection(); 7 var selection = window.getSelection();
8 function runEditingTest() { 8 function runEditingTest() {
9 var elem = document.getElementById("test2"); 9 var elem = document.getElementById("test2");
10 selection.setPosition(elem, 0); 10 selection.setPosition(elem, 0);
(...skipping 16 matching lines...) Expand all
27 <html xmlns="http://www.w3.org/1999/xhtml"> 27 <html xmlns="http://www.w3.org/1999/xhtml">
28 <body> 28 <body>
29 </body> 29 </body>
30 </html> 30 </html>
31 </svg> 31 </svg>
32 </span> 32 </span>
33 </div> 33 </div>
34 </body> 34 </body>
35 </html> 35 </html>
36 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698