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

Side by Side Diff: LayoutTests/editing/execCommand/insert-list-xml.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, 8 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 <mat:diff xmlns:mat="http://www.w3.org/1998/Math/MathML"> 1 <mat:diff xmlns:mat="http://www.w3.org/1998/Math/MathML">
2 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head> 3 <head>
4 <script type="text/javascript"> 4 <script type="text/javascript">
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 7
8 function start() 8 function start()
9 { 9 {
10 // select the span that's editable 10 // select the span that's editable
(...skipping 11 matching lines...) Expand all
22 console.appendChild(li); 22 console.appendChild(li);
23 } 23 }
24 </script> 24 </script>
25 </head> 25 </head>
26 <body onload="start();"> 26 <body onload="start();">
27 <div contenteditable="true" id="insertlisthere">.</div> 27 <div contenteditable="true" id="insertlisthere">.</div>
28 <ul id="console"></ul> 28 <ul id="console"></ul>
29 </body> 29 </body>
30 </html> 30 </html>
31 </mat:diff> 31 </mat:diff>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698