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

Side by Side Diff: LayoutTests/fast/block/float/trailing-float-expected.html

Issue 1132103007: Remove obsolete float-management code from line layout (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 5 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 <p>crbug.com/487775: There should be a green square below (and no assertion fail ures).</p>
3 <div>
4 <div style="display:inline-block; width:100px;"></div>
5 <div style="display:inline-block; width:100%; height:100px;"></div>
6 <div style="width:100px; height:100px; background:green;"></div>
7 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698