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

Side by Side Diff: LayoutTests/fast/writing-mode/ruby-text-logical-left.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 <head> 3 <head>
4 <style> 4 <style>
5 ruby { border: solid 5px cyan; } 5 ruby { border: solid 5px cyan; }
6 </style> 6 </style>
7 </head> 7 </head>
8 <body> 8 <body>
9 Ruby text should be at the center of ruby base. 9 Ruby text should be at the center of ruby base.
10 <div id="test1" > 10 <div id="test1" >
(...skipping 24 matching lines...) Expand all
35 if (window.testRunner) { 35 if (window.testRunner) {
36 testRunner.notifyDone(); 36 testRunner.notifyDone();
37 } 37 }
38 }, 0); 38 }, 0);
39 if (window.testRunner) { 39 if (window.testRunner) {
40 testRunner.waitUntilDone(); 40 testRunner.waitUntilDone();
41 } 41 }
42 </script> 42 </script>
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698