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

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

Issue 214523008: Use RenderStyle::isCollapsibleWhiteSpace when renderer is available. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address reviewer comments. Created 6 years, 8 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 Test for chromium bug : 29502. border-spacing is doubled between table-row-group s. 1 Test for chromium bug : 29502. border-spacing is doubled between table-row-group s.
2 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. 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 4
5 Distance between all rows in the table should be same. 5 Distance between all rows in the table should be same.
6 6
7 row0 head0» row0 head1 7 row0 head0» row0 head1
8 row0 col0» row0 col11 8 row0 col0» row0 col11
9 row1 col0» row1 col11 9 row1 col0» row1 col11
10 row0 col0» row0 col11 10 row0 col0» row0 col11
11 row1 col0» row1 col11 11 row1 col0» row1 col11
12 row0 foot0» row0 foot1 12 row0 foot0» row0 foot1
13 13
14 PASS 10 is 10 14 PASS 10 is 10
15 15
16 PASS 10 is 10 16 PASS 10 is 10
17 17
18 PASS 10 is 10 18 PASS 10 is 10
19 19
20 PASS 10 is 10 20 PASS 10 is 10
21 21
22 PASS 10 is 10 22 PASS 10 is 10
23 PASS successfullyParsed is true 23 PASS successfullyParsed is true
24 24
25 TEST COMPLETE 25 TEST COMPLETE
26 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698