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

Side by Side Diff: LayoutTests/fast/table/table-sections-border-spacing-expected.txt

Issue 23548017: border-spacing is doubled between table-row-groups. (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
(Empty)
1 Test for chromium bug : 29502. border-spacing is doubled between table-row-group s.
2
3 Border-spacing was adding twice, One for bottom of first section and another for top of second section. But bottom of first section and top of second section bo rder spacing should be common.
4
5 Distance between all rows in the table should be same.
6
7 row0 head0 row0 head1
8 row0 col0 row0 col11
9 row1 col0 row1 col11
10 row0 col0 row0 col11
11 row1 col0 row1 col11
12 row0 foot0 row0 foot1
13
14 PASS 10 is 10
15
16 PASS 10 is 10
17
18 PASS 10 is 10
19
20 PASS 10 is 10
21
22 PASS 10 is 10
23
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/table-sections-border-spacing.html ('k') | Source/core/rendering/RenderTableSection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698