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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/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
(Empty)
1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x600
4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (8,8) size 784x584
6 LayoutBlockFlow {H3} at (0,0) size 784x23
7 LayoutText {#text} at (0,0) size 248x22
8 text run at (0,0) width 248: "Small Percentage Heights Bug"
9 LayoutBlockFlow {P} at (0,41.72) size 784x40
10 LayoutText {#text} at (0,0) size 764x39
11 text run at (0,0) width 377: "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"
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%."
15 LayoutTable {TABLE} at (0,97.72) size 784x104 [border: (1px outset #808080 )]
16 LayoutTableSection {TBODY} at (1,1) 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]
19 LayoutText {#text} at (201,11) size 86x19
20 text run at (201,11) width 86: "Table Data #1"
21 LayoutBR {BR} at (286,26) size 1x0
22 LayoutText {#text} at (211,31) size 66x19
23 text run at (211,31) width 66: "Other cells"
24 LayoutBR {BR} at (276,46) size 1x0
25 LayoutText {#text} at (184,51) size 120x19
26 text run at (184,51) width 120: "should be the height"
27 LayoutBR {BR} at (303,66) size 1x0
28 LayoutText {#text} at (214,71) size 60x19
29 text run at (214,71) width 60: "of this cell"
30 LayoutTableCell {TD} at (488,20) size 42x62 [bgcolor=#006000] [borde r: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
31 LayoutText {#text} at (11,11) size 20x39
32 text run at (11,11) width 20: "TD"
33 text run at (13,31) width 16: "#2"
34 LayoutTableCell {TD} at (530,20) size 42x62 [bgcolor=#00FFFF] [borde r: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
35 LayoutText {#text} at (11,11) size 20x39
36 text run at (11,11) width 20: "TD"
37 text run at (13,31) width 16: "#3"
38 LayoutTableCell {TD} at (572,20) size 42x62 [bgcolor=#0000FF] [borde r: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
39 LayoutText {#text} at (11,11) size 20x39
40 text run at (11,11) width 20: "TD"
41 text run at (13,31) width 16: "#4"
42 LayoutTableCell {TD} at (614,20) size 42x62 [bgcolor=#008000] [borde r: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
43 LayoutText {#text} at (11,11) size 20x39
44 text run at (11,11) width 20: "TD"
45 text run at (13,31) width 16: "#5"
46 LayoutTableCell {TD} at (656,20) size 42x62 [bgcolor=#000080] [borde r: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
47 LayoutText {#text} at (11,11) size 20x39
48 text run at (11,11) width 20: "TD"
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]
51 LayoutText {#text} at (11,11) size 20x39
52 text run at (11,11) width 20: "TD"
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]
55 LayoutInline {FONT} at (0,0) size 20x39 [color=#FFFFFF]
56 LayoutText {#text} at (11,11) size 20x39
57 text run at (11,11) width 20: "TD"
58 text run at (13,31) width 16: "#8"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698