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

Side by Side Diff: LayoutTests/fast/inline-block/multiple-floats-with-whitespace-expected.html

Issue 343663004: Floats following inlines break to next line unncessarily (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years, 6 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div { height:90px; margin:0; padding:0; border:none; }
6 .container { width:400px; }
7 .middle { display:inline-block; width:400px; background-color:green; }
8 </style>
9 </head>
10 <body>
11 <p> There should be a single green rectangle below. </p>
12 <div class="container"><div class="middle"></div></div>
13 </body>
14 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/inline-block/multiple-floats-with-whitespace.html ('k') | LayoutTests/fast/multicol/float-truncation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698