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

Side by Side Diff: LayoutTests/editing/execCommand/align-in-span.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 <html> 1 <html>
2 <head> 2 <head>
3 <script type="text/javascript"> 3 <script type="text/javascript">
4 4
5 function selectAndJustify() 5 function selectAndJustify()
6 { 6 {
7 if (window.testRunner) 7 if (window.testRunner)
8 testRunner.dumpAsText(); 8 testRunner.dumpAsText();
9 9
10 var elem = document.getElementById("test"); 10 var elem = document.getElementById("test");
(...skipping 11 matching lines...) Expand all
22 <br> 22 <br>
23 <b>Select all text in this line and use justify command.</b> 23 <b>Select all text in this line and use justify command.</b>
24 <br> 24 <br>
25 Line 3. 25 Line 3.
26 </span> 26 </span>
27 </body> 27 </body>
28 <script> 28 <script>
29 selectAndJustify(); 29 selectAndJustify();
30 </script> 30 </script>
31 </html> 31 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698