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

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

Issue 23503083: Table conent is rendered over the border when colspan present with rowspan. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 181x53 6 RenderTable {TABLE} at (0,0) size 181x52
7 RenderTableSection {TBODY} at (0,0) size 181x53 7 RenderTableSection {TBODY} at (0,0) size 181x52
8 RenderTableRow {TR} at (0,2) size 181x2 8 RenderTableRow {TR} at (0,2) size 181x2
9 RenderTableCell {TD} at (2,2) size 6x2 [r=0 c=0 rs=1 cs=1] 9 RenderTableCell {TD} at (2,2) size 6x2 [r=0 c=0 rs=1 cs=1]
10 RenderTableRow {TR} at (0,6) size 181x0 10 RenderTableRow {TR} at (0,6) size 181x0
11 RenderTableCell {TD} at (2,6) size 6x2 [r=1 c=0 rs=2 cs=1] 11 RenderTableCell {TD} at (2,6) size 6x2 [r=1 c=0 rs=2 cs=1]
12 RenderTableRow {TR} at (0,8) size 181x1 12 RenderTableRow {TR} at (0,8) size 181x0
13 RenderTableCell {TD} at (10,28) size 169x2 [r=2 c=1 rs=2 cs=1] 13 RenderTableCell {TD} at (10,28) size 169x2 [r=2 c=1 rs=2 cs=1]
14 RenderTableRow {TR} at (0,11) size 181x40 14 RenderTableRow {TR} at (0,10) size 181x40
15 RenderTableCell {TD} at (2,11) size 177x40 [r=3 c=0 rs=1 cs=2] 15 RenderTableCell {TD} at (2,10) size 177x40 [r=3 c=0 rs=1 cs=2]
16 RenderTable {TABLE} at (1,1) size 175x38 [border: (2px outset #808 080)] 16 RenderTable {TABLE} at (1,1) size 175x38 [border: (2px outset #808 080)]
17 RenderTableSection {TBODY} at (2,2) size 171x34 17 RenderTableSection {TBODY} at (2,2) size 171x34
18 RenderTableRow {TR} at (0,2) size 171x30 18 RenderTableRow {TR} at (0,2) size 171x30
19 RenderTableCell {TD} at (2,15) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] 19 RenderTableCell {TD} at (2,15) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
20 RenderTableCell {TD} at (8,2) size 161x30 [border: (1px inse t #808080)] [r=0 c=1 rs=1 cs=1] 20 RenderTableCell {TD} at (8,2) size 161x30 [border: (1px inse t #808080)] [r=0 c=1 rs=1 cs=1]
21 RenderTextControl {INPUT} at (4,4) size 153x22 [bgcolor=#F FFFFF] [border: (2px inset #EEEEEE)] 21 RenderTextControl {INPUT} at (4,4) size 153x22 [bgcolor=#F FFFFF] [border: (2px inset #EEEEEE)]
22 RenderText {#text} at (0,0) size 0x0 22 RenderText {#text} at (0,0) size 0x0
23 layer at (27,31) size 149x16 23 layer at (27,30) size 149x16
24 RenderBlock {DIV} at (2,3) size 149x16 24 RenderBlock {DIV} at (2,3) size 149x16
25 RenderText {#text} at (0,0) size 27x16 25 RenderText {#text} at (0,0) size 27x16
26 text run at (0,0) width 27: "hello" 26 text run at (0,0) width 27: "hello"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698