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

Side by Side Diff: LayoutTests/fast/table/floating-th-expected.txt

Issue 23974003: Auto-rebaseline for r157364 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 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 RenderTable {TABLE} at (0,0) size 163x96 [border: (1px solid #000000)]
7 RenderTableSection {THEAD} at (1,1) size 161x24
8 RenderTableRow {TR} at (0,2) size 161x20
9 RenderTableCell (anonymous) at (2,2) size 100x20 [r=0 c=0 rs=1 cs=1]
10 RenderBlock (floating) {TH} at (0,0) size 50x20
11 RenderText {#text} at (1,1) size 48x18
12 text run at (1,1) width 48: "Head 1"
13 RenderBlock (floating) {TH} at (50,0) size 50x20
14 RenderText {#text} at (1,1) size 48x18
15 text run at (1,1) width 48: "Head 2"
16 RenderTableSection {TFOOT} at (1,71) size 161x24
17 RenderTableRow {TR} at (0,2) size 161x20
18 RenderTableCell {TD} at (2,2) size 100x20 [r=0 c=0 rs=1 cs=1]
19 RenderText {#text} at (1,1) size 53x18
20 text run at (1,1) width 53: "Footer 1"
21 RenderTableCell {TD} at (104,2) size 55x20 [r=0 c=1 rs=1 cs=1]
22 RenderText {#text} at (1,1) size 53x18
23 text run at (1,1) width 53: "Footer 2"
24 RenderTableSection {TBODY} at (1,25) size 161x46
25 RenderTableRow {TR} at (0,2) size 161x20
26 RenderTableCell {TD} at (2,2) size 100x20 [r=0 c=0 rs=1 cs=1]
27 RenderText {#text} at (1,1) size 38x18
28 text run at (1,1) width 38: "Cell 1"
29 RenderTableCell {TD} at (104,2) size 55x20 [r=0 c=1 rs=1 cs=1]
30 RenderText {#text} at (1,1) size 38x18
31 text run at (1,1) width 38: "Cell 2"
32 RenderTableRow {TR} at (0,24) size 161x20
33 RenderTableCell {TD} at (2,24) size 100x20 [r=1 c=0 rs=1 cs=1]
34 RenderText {#text} at (1,1) size 38x18
35 text run at (1,1) width 38: "Cell 3"
36 RenderTableCell {TD} at (104,24) size 55x20 [r=1 c=1 rs=1 cs=1]
37 RenderText {#text} at (1,1) size 38x18
38 text run at (1,1) width 38: "Cell 4"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698