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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/section-box-shadow-expected.txt

Issue 1963313002: Implement box-shadow for table section and row (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 800x474
4 LayoutBlockFlow {HTML} at (0,0) size 800x474
5 LayoutBlockFlow {BODY} at (8,8) size 784x458
6 LayoutTable {TABLE} at (0,0) size 234x458
7 LayoutTableSection {THEAD} at (0,0) size 234x234 [bgcolor=#0000FF]
8 LayoutTableRow {TR} at (0,10) size 234x102 [bgcolor=#FF00007F]
9 LayoutTableCell {TD} at (10,60) size 102x2 [r=0 c=0 rs=1 cs=1]
10 LayoutTableCell {TD} at (122,60) size 102x2 [r=0 c=1 rs=1 cs=1]
11 LayoutTableRow {TR} at (0,122) size 234x102 [bgcolor=#FF00007F]
12 LayoutTableCell {TD} at (10,172) size 102x2 [r=1 c=0 rs=1 cs=1]
13 LayoutTableCell {TD} at (122,172) size 102x2 [r=1 c=1 rs=1 cs=1]
14 LayoutTableSection {TBODY} at (0,234) size 234x224 [bgcolor=#0000FF]
15 LayoutTableRow {TR} at (0,0) size 234x102 [bgcolor=#FF00007F]
16 LayoutTableCell {TD} at (10,50) size 102x2 [r=0 c=0 rs=1 cs=1]
17 LayoutTableCell {TD} at (122,50) size 102x2 [r=0 c=1 rs=1 cs=1]
18 LayoutTableRow {TR} at (0,112) size 234x102 [bgcolor=#FF00007F]
19 LayoutTableCell {TD} at (10,162) size 102x2 [r=1 c=0 rs=1 cs=1]
20 LayoutTableCell {TD} at (122,162) size 102x2 [r=1 c=1 rs=1 cs=1]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698