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

Side by Side Diff: LayoutTests/fast/block/float/width-update-after-clear-expected.txt

Issue 20066006: Auto-rebaseline for r154767 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584
6 RenderBlock (floating) {P} at (252,16) size 532x18
7 RenderText {#text} at (0,0) size 532x18
8 text run at (0,0) width 532: "The 'hr' below should span the width of the page, not just to the left edge of this text."
9 RenderBlock {HR} at (0,50) size 784x2 [border: (1px inset #000000)]
10 RenderBlock (floating) {P} at (241,76) size 543x18
11 RenderText {#text} at (0,0) size 543x18
12 text run at (0,0) width 543: "The table below should span the width of the page, not just to the left edge of this text."
13 RenderTable {TABLE} at (0,110) size 784x64 [border: (10px outset #808080)]
14 RenderTableSection {TBODY} at (10,10) size 764x44
15 RenderTableRow {TR} at (0,2) size 764x40
16 RenderTableCell {TD} at (2,2) size 760x40 [border: (1px inset #80808 0)] [r=0 c=0 rs=1 cs=1]
17 RenderText {#text} at (2,2) size 720x36
18 text run at (2,2) width 365: "This is a table that should fill t he entire width of the page. "
19 text run at (367,2) width 355: "It should clear the float and th en take up the width of the"
20 text run at (2,20) width 203: "page. If it doesn't then it's a b ug."
21 RenderBlock (floating) {P} at (356,190) size 428x18
22 RenderText {#text} at (0,0) size 428x18
23 text run at (0,0) width 428: "The overflow auto section below should s pan the width of the page."
24 layer at (8,232) size 784x36
25 RenderBlock {DIV} at (0,224) size 784x36
26 RenderText {#text} at (0,0) size 774x36
27 text run at (0,0) width 355: "This is a div that should fill the entire wi dth of the page. "
28 text run at (355,0) width 419: "It should clear the float and then take up the width of the page. If it"
29 text run at (0,18) width 139: "doesn't then it's a bug."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698