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

Side by Side Diff: LayoutTests/fast/table/007-expected.txt

Issue 23530044: Row with only spanning cells have a height of 0. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments addressed Created 7 years, 3 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 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 RenderTable {TABLE} at (0,0) size 524x90 [border: (1px outset #808080)] 6 RenderTable {TABLE} at (0,0) size 524x105 [border: (1px outset #808080)]
7 RenderTableSection {TBODY} at (1,1) size 522x88 7 RenderTableSection {TBODY} at (1,1) size 522x103
8 RenderTableRow {TR} at (0,0) size 522x48 8 RenderTableRow {TR} at (0,0) size 522x48
9 RenderTableCell {TD} at (0,0) size 27x3 [border: (1px inset #808080) ] [r=0 c=0 rs=3 cs=1] 9 RenderTableCell {TD} at (0,0) size 27x3 [border: (1px inset #808080) ] [r=0 c=0 rs=3 cs=1]
10 RenderImage {IMG} at (1,1) size 25x1 10 RenderImage {IMG} at (1,1) size 25x1
11 RenderTableCell {TD} at (27,0) size 495x20 [border: (1px inset #8080 80)] [r=0 c=1 rs=1 cs=1] 11 RenderTableCell {TD} at (27,0) size 495x22 [border: (1px inset #8080 80)] [r=0 c=1 rs=1 cs=1]
12 RenderText {#text} at (1,1) size 21x18 12 RenderText {#text} at (1,1) size 20x19
13 text run at (1,1) width 21: "foo" 13 text run at (1,1) width 20: "foo"
14 RenderTableRow {TR} at (0,48) size 522x20 14 RenderTableRow {TR} at (0,48) size 522x22
15 RenderTableCell {TD} at (27,48) size 495x20 [border: (1px inset #808 080)] [r=1 c=1 rs=1 cs=1] 15 RenderTableCell {TD} at (27,48) size 495x22 [border: (1px inset #808 080)] [r=1 c=1 rs=1 cs=1]
16 RenderBlock {DIV} at (1,1) size 493x18 16 RenderBlock {DIV} at (1,1) size 493x20
17 RenderText {#text} at (12,0) size 432x18 17 RenderText {#text} at (12,0) size 407x19
18 text run at (12,0) width 432: "Affordable, high-quality busine ss services with unparalleled support." 18 text run at (12,0) width 407: "Affordable, high-quality busine ss services with unparalleled support."
19 RenderTableRow {TR} at (0,68) size 522x0 19 RenderTableRow {TR} at (0,70) size 522x11
20 RenderTableCell {TD} at (27,68) size 495x20 [border: (1px inset #808 080)] [r=2 c=1 rs=2 cs=1] 20 RenderTableCell {TD} at (27,70) size 495x22 [border: (1px inset #808 080)] [r=2 c=1 rs=2 cs=1]
21 RenderText {#text} at (1,1) size 416x18 21 RenderText {#text} at (1,1) size 397x19
Julien - ping for review 2013/09/17 16:51:26 This is a regression but compared to the massive p
22 text run at (1,1) width 416: "Wireless Services\x{2014}Take the Net with you when you\x{2019}re on the go" 22 text run at (1,1) width 397: "Wireless Services\x{2014}Take the Net with you when you\x{2019}re on the go"
23 RenderTableRow {TR} at (0,68) size 522x20 23 RenderTableRow {TR} at (0,81) size 522x22
24 RenderTableCell {TD} at (0,68) size 522x20 [border: (1px inset #8080 80)] [r=3 c=0 rs=1 cs=2] 24 RenderTableCell {TD} at (0,81) size 522x22 [border: (1px inset #8080 80)] [r=3 c=0 rs=1 cs=2]
25 RenderText {#text} at (1,1) size 24x18 25 RenderText {#text} at (1,1) size 23x19
26 text run at (1,1) width 24: "goo" 26 text run at (1,1) width 23: "goo"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698