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

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

Issue 20630003: Auto-rebaseline for r154918 (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
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 784x23 6 RenderBlock {H3} at (0,0) size 784x23
7 RenderText {#text} at (0,0) size 248x22 7 RenderText {#text} at (0,0) size 248x22
8 text run at (0,0) width 248: "Small Percentage Heights Bug" 8 text run at (0,0) width 248: "Small Percentage Heights Bug"
9 RenderBlock {P} at (0,41) size 784x41 9 RenderBlock {P} at (0,41.72) size 784x40
10 RenderText {#text} at (0,0) size 765x39 10 RenderText {#text} at (0,0) size 765x39
11 text run at (0,0) width 378: "In the example below, all eight cells sh ould be the same height. " 11 text run at (0,0) width 378: "In the example below, all eight cells sh ould be the same height. "
12 text run at (378,0) width 387: "It appears that any percentage heights cause cells to fill the entire" 12 text run at (378,0) width 387: "It appears that any percentage heights cause cells to fill the entire"
13 text run at (0,20) width 76: "table height. " 13 text run at (0,20) width 76: "table height. "
14 text run at (76,20) width 510: "Note how cell 8 is correct but 2-7 are not, despite the cells all specifying height:30%." 14 text run at (76,20) width 510: "Note how cell 8 is correct but 2-7 are not, despite the cells all specifying height:30%."
15 RenderTable {TABLE} at (0,97) size 784x105 [border: (1px outset #808080)] 15 RenderTable {TABLE} at (0,97.72) size 784x104 [border: (1px outset #808080 )]
16 RenderTableSection {TBODY} at (1,1) size 782x102 16 RenderTableSection {TBODY} at (1,1) size 782x102
17 RenderTableRow {TR} at (0,0) size 782x102 17 RenderTableRow {TR} at (0,0) size 782x102
18 RenderTableCell {TD} at (0,0) size 488x102 [bgcolor=#FFFF00] [border : (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 18 RenderTableCell {TD} at (0,0) size 488x102 [bgcolor=#FFFF00] [border : (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
19 RenderText {#text} at (200,11) size 88x19 19 RenderText {#text} at (200,11) size 88x19
20 text run at (200,11) width 88: "Table Data #1" 20 text run at (200,11) width 88: "Table Data #1"
21 RenderBR {BR} at (287,26) size 1x0 21 RenderBR {BR} at (287,26) size 1x0
22 RenderText {#text} at (211,31) size 66x19 22 RenderText {#text} at (211,31) size 66x19
23 text run at (211,31) width 66: "Other cells" 23 text run at (211,31) width 66: "Other cells"
24 RenderBR {BR} at (276,46) size 1x0 24 RenderBR {BR} at (276,46) size 1x0
25 RenderText {#text} at (184,51) size 120x19 25 RenderText {#text} at (184,51) size 120x19
(...skipping 23 matching lines...) Expand all
49 text run at (13,31) width 16: "#6" 49 text run at (13,31) width 16: "#6"
50 RenderTableCell {TD} at (698,20) size 42x62 [bgcolor=#CACACA] [borde r: (1px inset #808080)] [r=0 c=6 rs=1 cs=1] 50 RenderTableCell {TD} at (698,20) size 42x62 [bgcolor=#CACACA] [borde r: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
51 RenderText {#text} at (11,11) size 20x39 51 RenderText {#text} at (11,11) size 20x39
52 text run at (11,11) width 20: "TD" 52 text run at (11,11) width 20: "TD"
53 text run at (13,31) width 16: "#7" 53 text run at (13,31) width 16: "#7"
54 RenderTableCell {TD} at (740,20) size 42x62 [bgcolor=#000000] [borde r: (1px inset #808080)] [r=0 c=7 rs=1 cs=1] 54 RenderTableCell {TD} at (740,20) size 42x62 [bgcolor=#000000] [borde r: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
55 RenderInline {FONT} at (0,0) size 20x39 [color=#FFFFFF] 55 RenderInline {FONT} at (0,0) size 20x39 [color=#FFFFFF]
56 RenderText {#text} at (11,11) size 20x39 56 RenderText {#text} at (11,11) size 20x39
57 text run at (11,11) width 20: "TD" 57 text run at (11,11) width 20: "TD"
58 text run at (13,31) width 16: "#8" 58 text run at (13,31) width 16: "#8"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698