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

Side by Side Diff: LayoutTests/fast/block/float/trailing-float.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 id="firstChild" style="display:inline-block; width:100px;"></div>
5 <div style="display:inline-block; width:100%; height:100px;"></div>
6 <div style="float:left; width:100px; height:100px; background:green;"></div>
7 </div>
8 <script>
9 onload = function() {
10 document.body.offsetTop;
11 document.getElementById("firstChild").style.width = "101px";
12 }
13 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/float/trailing-float-expected.html » ('j') | Source/core/layout/LayoutBlockFlowLine.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698