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

Side by Side Diff: LayoutTests/platform/win/fast/table/percent-heights-expected.txt

Issue 310943002: Auto-rebaseline for r175390 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderBlock {H3} at (0,0) size 784x21 6 RenderBlock {H3} at (0,0) size 784x22
7 RenderText {#text} at (0,0) size 242x20 7 RenderText {#text} at (0,0) size 242x21
8 text run at (0,0) width 242: "Small Percentage Heights Bug" 8 text run at (0,0) width 242: "Small Percentage Heights Bug"
9 RenderBlock {P} at (0,39.72) size 784x36 9 RenderBlock {P} at (0,40.72) size 784x36
10 RenderText {#text} at (0,0) size 763x35 10 RenderText {#text} at (0,0) size 763x35
11 text run at (0,0) width 410: "In the example below, all eight cells sh ould be the same height. " 11 text run at (0,0) width 410: "In the example below, all eight cells sh ould be the same height. "
12 text run at (409,0) width 354: "It appears that any percentage heights cause cells to fill" 12 text run at (409,0) width 354: "It appears that any percentage heights cause cells to fill"
13 text run at (0,18) width 148: "the entire table height. " 13 text run at (0,18) width 148: "the entire table height. "
14 text run at (147,18) width 546: "Note how cell 8 is correct but 2-7 ar e not, despite the cells all specifying height:30%." 14 text run at (147,18) width 546: "Note how cell 8 is correct but 2-7 ar e not, despite the cells all specifying height:30%."
15 RenderTable {TABLE} at (0,91.72) size 784x96 [border: (1px outset #808080) ] 15 RenderTable {TABLE} at (0,92.72) size 784x96 [border: (1px outset #808080) ]
16 RenderTableSection {TBODY} at (1,1) size 782x94 16 RenderTableSection {TBODY} at (1,1) size 782x94
17 RenderTableRow {TR} at (0,0) size 782x94 17 RenderTableRow {TR} at (0,0) size 782x94
18 RenderTableCell {TD} at (0,0) size 474x94 [bgcolor=#FFFF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 18 RenderTableCell {TD} at (0,0) size 474x94 [bgcolor=#FFFF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
19 RenderText {#text} at (191,11) size 92x17 19 RenderText {#text} at (191,11) size 92x17
20 text run at (191,11) width 92: "Table Data #1" 20 text run at (191,11) width 92: "Table Data #1"
21 RenderBR {BR} at (282,25) size 1x0 21 RenderBR {BR} at (282,25) size 1x0
22 RenderText {#text} at (202,29) size 70x17 22 RenderText {#text} at (202,29) size 70x17
23 text run at (202,29) width 70: "Other cells" 23 text run at (202,29) width 70: "Other cells"
24 RenderBR {BR} at (271,43) size 1x0 24 RenderBR {BR} at (271,43) size 1x0
25 RenderText {#text} at (172,47) size 130x17 25 RenderText {#text} at (172,47) size 130x17
(...skipping 23 matching lines...) Expand all
49 text run at (14,29) width 16: "#6" 49 text run at (14,29) width 16: "#6"
50 RenderTableCell {TD} at (694,18) size 44x58 [bgcolor=#CACACA] [borde r: (1px inset #808080)] [r=0 c=6 rs=1 cs=1] 50 RenderTableCell {TD} at (694,18) size 44x58 [bgcolor=#CACACA] [borde r: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
51 RenderText {#text} at (11,11) size 22x35 51 RenderText {#text} at (11,11) size 22x35
52 text run at (11,11) width 22: "TD" 52 text run at (11,11) width 22: "TD"
53 text run at (14,29) width 16: "#7" 53 text run at (14,29) width 16: "#7"
54 RenderTableCell {TD} at (738,18) size 44x58 [bgcolor=#000000] [borde r: (1px inset #808080)] [r=0 c=7 rs=1 cs=1] 54 RenderTableCell {TD} at (738,18) size 44x58 [bgcolor=#000000] [borde r: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
55 RenderInline {FONT} at (0,0) size 22x35 [color=#FFFFFF] 55 RenderInline {FONT} at (0,0) size 22x35 [color=#FFFFFF]
56 RenderText {#text} at (11,11) size 22x35 56 RenderText {#text} at (11,11) size 22x35
57 text run at (11,11) width 22: "TD" 57 text run at (11,11) width 22: "TD"
58 text run at (14,29) width 16: "#8" 58 text run at (14,29) width 16: "#8"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698