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

Side by Side Diff: LayoutTests/fast/block/margin-collapse/table-beside-float-complex-margin-collapsing-expected.html

Issue 1315353005: Avoid duplicated code in LayoutBlockChild::layoutBlockChild(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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>Given a float followed by a regular block with the same height as the float, then a block B with
3 a negative margin, followed by a table. Check that the table doesn't overlap with the
4 float. There's an empty collapse-through block before B, so that our initial logical top
5 estimate fails and we have to relayout. When laying out again, we have to de tect that the float
6 that we first thought didn't affect the table now affects it.</p>
7 <p>The word "PASS" should be seen below, to the right of a blue block.</p>
8 <div style="color:blue;">
9 <div style="float:left; width:8em; height:8em; margin-right:1em; background: blue;"></div>
10 <div style="height:4em;"></div>
11 PASS
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698