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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/table/percent-heights-expected.txt

Issue 1874683002: Auto-rebaseline for r386022 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 800x600 3 layer at (0,0) size 800x600
4 LayoutBlockFlow {HTML} at (0,0) size 800x600 4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (8,8) size 784x584 5 LayoutBlockFlow {BODY} at (8,8) size 784x584
6 LayoutBlockFlow {H3} at (0,0) size 784x23 6 LayoutBlockFlow {H3} at (0,0) size 784x23
7 LayoutText {#text} at (0,0) size 248x22 7 LayoutText {#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 LayoutBlockFlow {P} at (0,41.72) size 784x40 9 LayoutBlockFlow {P} at (0,41.72) size 784x40
10 LayoutText {#text} at (0,0) size 764x39 10 LayoutText {#text} at (0,0) size 765x39
11 text run at (0,0) width 377: "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 (376,0) width 388: "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 LayoutTable {TABLE} at (0,97.72) size 784x104 [border: (1px outset #808080 )] 15 LayoutTable {TABLE} at (0,97.72) size 784x104 [border: (1px outset #808080 )]
16 LayoutTableSection {TBODY} at (1,1) size 782x102 16 LayoutTableSection {TBODY} at (1,1) size 782x102
17 LayoutTableRow {TR} at (0,0) size 782x102 17 LayoutTableRow {TR} at (0,0) size 782x102
18 LayoutTableCell {TD} at (0,0) size 488x102 [bgcolor=#FFFF00] [border : (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 18 LayoutTableCell {TD} at (0,0) size 488x102 [bgcolor=#FFFF00] [border : (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
19 LayoutText {#text} at (201,11) size 86x19 19 LayoutText {#text} at (201,11) size 86x19
20 text run at (201,11) width 86: "Table Data #1" 20 text run at (201,11) width 86: "Table Data #1"
21 LayoutBR {BR} at (286,26) size 1x0 21 LayoutBR {BR} at (286,26) size 1x0
22 LayoutText {#text} at (211,31) size 66x19 22 LayoutText {#text} at (211,31) size 66x19
(...skipping 26 matching lines...) Expand all
49 text run at (13,31) width 16: "#6" 49 text run at (13,31) width 16: "#6"
50 LayoutTableCell {TD} at (698,20) size 42x62 [bgcolor=#CACACA] [borde r: (1px inset #808080)] [r=0 c=6 rs=1 cs=1] 50 LayoutTableCell {TD} at (698,20) size 42x62 [bgcolor=#CACACA] [borde r: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
51 LayoutText {#text} at (11,11) size 20x39 51 LayoutText {#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 LayoutTableCell {TD} at (740,20) size 42x62 [bgcolor=#000000] [borde r: (1px inset #808080)] [r=0 c=7 rs=1 cs=1] 54 LayoutTableCell {TD} at (740,20) size 42x62 [bgcolor=#000000] [borde r: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
55 LayoutInline {FONT} at (0,0) size 20x39 [color=#FFFFFF] 55 LayoutInline {FONT} at (0,0) size 20x39 [color=#FFFFFF]
56 LayoutText {#text} at (11,11) size 20x39 56 LayoutText {#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