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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/wrong-border-middle-colspan-expected.txt

Issue 2791433003: Fix Border collapsing with colpsan / rowspan cells
Patch Set: bug 2902 Created 3 years, 7 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 800x120
4 LayoutBlockFlow {HTML} at (0,0) size 800x120
5 LayoutBlockFlow {BODY} at (8,8) size 784x104
6 LayoutTable {TABLE} at (0,0) size 150x104 [border: none]
7 LayoutTableSection {TBODY} at (0,0) size 150x103
8 LayoutTableRow {TR} at (0,0) size 150x51
9 LayoutTableCell {TD} at (0,25) size 50x1 [border: none (1px solid #0 0FF00) none] [r=0 c=0 rs=1 cs=1]
10 LayoutTableCell {TD} at (50,25) size 50x0 [r=0 c=1 rs=1 cs=1]
11 LayoutTableCell {TD} at (100,25) size 50x1 [border: none (1px solid #0000FF) none] [r=0 c=2 rs=1 cs=1]
12 LayoutTableRow {TR} at (0,51) size 150x52
13 LayoutTableCell {TD} at (0,76) size 150x2 [border: (1px none #000000 ) (1px solid #FF0000) none] [r=1 c=0 rs=1 cs=3]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698