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

Side by Side Diff: LayoutTests/fast/writing-mode/vertical-float-margin-expected.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><body> 2 <html><body>
3 There should be a blue block at the center of a black border.<br> 3 There should be a blue block at the center of a black border.<br>
4 <div style="border: solid 5px black; display: inline-block"> 4 <div style="border: solid 5px black; display: inline-block">
5 <div style="float: left; margin: 50px; width: 50px; height: 50px; background-c olor: blue;"> 5 <div style="float: left; margin: 50px; width: 50px; height: 50px; background-c olor: blue;">
6 </div> 6 </div>
7 </div> 7 </div>
8 </body></html> 8 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698