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

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

Issue 1920463002: Manual rebaselines for r388291 #2 (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 784x22 6 LayoutBlockFlow {H3} at (0,0) size 784x22
7 LayoutText {#text} at (0,0) size 242x22 7 LayoutText {#text} at (0,0) size 242x22
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 LayoutBlockFlow {P} at (0,40.72) size 784x36 9 LayoutBlockFlow {P} at (0,40.72) size 784x36
10 LayoutText {#text} at (0,0) size 762x36 10 LayoutText {#text} at (0,0) size 761x36
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 409: "In the example below, all eight cells sh ould be the same height. "
12 text run at (409,0) width 353: "It appears that any percentage heights cause cells to fill" 12 text run at (408,0) width 353: "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 LayoutTable {TABLE} at (0,92.72) size 784x96 [border: (1px outset #808080) ] 15 LayoutTable {TABLE} at (0,92.72) size 784x96 [border: (1px outset #808080) ]
16 LayoutTableSection {TBODY} at (1,1) size 782x94 16 LayoutTableSection {TBODY} at (1,1) size 782x94
17 LayoutTableRow {TR} at (0,0) size 782x94 17 LayoutTableRow {TR} at (0,0) size 782x94
18 LayoutTableCell {TD} at (0,0) size 474x94 [bgcolor=#FFFF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 18 LayoutTableCell {TD} at (0,0) size 474x94 [bgcolor=#FFFF00] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
19 LayoutText {#text} at (192,11) size 90x18 19 LayoutText {#text} at (192,11) size 90x18
20 text run at (192,11) width 90: "Table Data #1" 20 text run at (192,11) width 90: "Table Data #1"
21 LayoutBR {BR} at (281,25) size 1x0 21 LayoutBR {BR} at (281,25) size 1x0
22 LayoutText {#text} at (202,29) size 70x18 22 LayoutText {#text} at (202,29) size 70x18
(...skipping 26 matching lines...) Expand all
49 text run at (14,29) width 16: "#6" 49 text run at (14,29) width 16: "#6"
50 LayoutTableCell {TD} at (694,18) size 44x58 [bgcolor=#CACACA] [borde r: (1px inset #808080)] [r=0 c=6 rs=1 cs=1] 50 LayoutTableCell {TD} at (694,18) size 44x58 [bgcolor=#CACACA] [borde r: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
51 LayoutText {#text} at (11,11) size 22x36 51 LayoutText {#text} at (11,11) size 22x36
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 LayoutTableCell {TD} at (738,18) size 44x58 [bgcolor=#000000] [borde r: (1px inset #808080)] [r=0 c=7 rs=1 cs=1] 54 LayoutTableCell {TD} at (738,18) size 44x58 [bgcolor=#000000] [borde r: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
55 LayoutInline {FONT} at (0,0) size 22x36 [color=#FFFFFF] 55 LayoutInline {FONT} at (0,0) size 22x36 [color=#FFFFFF]
56 LayoutText {#text} at (11,11) size 22x36 56 LayoutText {#text} at (11,11) size 22x36
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