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

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

Issue 1315353005: Avoid duplicated code in LayoutBlockChild::layoutBlockChild(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Resurrected comment about first layout pass and improved it. 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 Given a float followed by a regular block with the same height as the float, the n a block B with a negative margin, followed by a table. Check that the table do esn't overlap with the float. There's an empty collapse-through block before B, so that our initial logical top estimate fails and we have to relayout. When lay ing out again, we have to detect that the float that we first thought didn't aff ect the table now affects it.
2
3 The word "BINGO" should be seen below, to the right of a blue block.
4
5 BINGO
6 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698