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

Side by Side Diff: LayoutTests/fast/block/float/trailing-float-with-content-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 <style>
3 body {
4 margin: 0px;
5 }
6 #container {
7 position: absolute;
8 top: 50px;
9 width: 300px;
10 font: 10px/1 Ahem;
11 }
12 #green {
13 position: absolute;
14 top: 112px;
15 right: 0px;
16 }
17 </style>
18 <p>crbug.com/487775: There should be a green square to the right (and no asserti on failures).</p>
19 <div id="container">
20 <div id="firstChild" style="display:inline-block; width:101px;"></div>
21 <div style="display:inline-block; width:100%; height:100px;"></div>
22 <div id="green" style="width:100px; height:100px; background:green;"></div>
23 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698