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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/block/do-not-strip-anonymous-blocks-when-block-child-becomes-float-and-other-block-on-line-expected.txt

Issue 2046863006: Dirty line boxes correctly when a float gets layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@618230
Patch Set: Updated Created 4 years, 6 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
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x96 3 layer at (0,0) size 800x96
4 LayoutBlockFlow {HTML} at (0,0) size 800x96 4 LayoutBlockFlow {HTML} at (0,0) size 800x96
5 LayoutBlockFlow {BODY} at (0,16) size 800x80 5 LayoutBlockFlow {BODY} at (0,16) size 800x80
6 LayoutBlockFlow {P} at (0,0) size 800x40 6 LayoutBlockFlow {P} at (0,0) size 800x40
7 LayoutText {#text} at (0,0) size 792x39 7 LayoutText {#text} at (0,0) size 792x39
8 text run at (0,0) width 792: "When a block element becomes a float we should not strip anonymous blocks wrapping its inline siblings if there are othe r blocks on" 8 text run at (0,0) width 792: "When a block element becomes a float we should not strip anonymous blocks wrapping its inline siblings if there are othe r blocks on"
9 text run at (0,20) width 46: "the line." 9 text run at (0,20) width 46: "the line."
10 layer at (0,76) size 800x20 10 layer at (0,76) size 800x20
11 LayoutBlockFlow (relative positioned) {DIV} at (0,60) size 800x20 [bgcolor=#CC CCCC] 11 LayoutBlockFlow (relative positioned) {DIV} at (0,60) size 800x20 [bgcolor=#CC CCCC]
12 LayoutBlockFlow (anonymous) at (0,0) size 800x0 12 LayoutBlockFlow (anonymous) at (0,0) size 800x0
13 LayoutInline {STRONG} at (0,0) size 0x0 13 LayoutInline {STRONG} at (0,0) size 0x0
14 LayoutText {#text} at (0,0) size 0x0 14 LayoutText {#text} at (0,0) size 0x0
15 LayoutBlockFlow {P} at (0,0) size 800x0 15 LayoutBlockFlow {P} at (0,0) size 800x0
16 LayoutBlockFlow (anonymous) at (0,0) size 800x20 16 LayoutBlockFlow (anonymous) at (0,0) size 800x20
17 LayoutBlockFlow (floating) {DD} at (800,20) size 0x0 17 LayoutBlockFlow (floating) {DD} at (800,0) size 0x0
18 LayoutBR {BR} at (0,0) size 0x20 18 LayoutBR {BR} at (0,0) size 0x20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698