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

Issue 23548017: border-spacing is doubled between table-row-groups. (Closed)

Created:
7 years, 3 months ago by a.suchit
Modified:
7 years, 3 months ago
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

border-spacing is doubled between table-row-groups. Every table-section's rows height is calculating separately. So border spacing had applied to bottom of the first section and top of the second section. Now, Only Top most section would apply border spacing on top of it's section. R=eseidel@chromium.org,jchaffraix@chromium.org BUG=29502 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157364

Patch Set 1 : #

Total comments: 6

Patch Set 2 : Review comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -1 line) Patch
M LayoutTests/TestExpectations View 1 1 chunk +148 lines, -0 lines 0 comments Download
A LayoutTests/fast/table/table-sections-border-spacing.html View 1 1 chunk +67 lines, -0 lines 0 comments Download
A LayoutTests/fast/table/table-sections-border-spacing-expected.txt View 1 1 chunk +23 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderTableSection.cpp View 1 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
suchit.agrawal
7 years, 3 months ago (2013-09-05 12:07:41 UTC) #1
Julien - ping for review
lgtm https://codereview.chromium.org/23548017/diff/2001/LayoutTests/fast/table/table-sections-border-spacing.html File LayoutTests/fast/table/table-sections-border-spacing.html (right): https://codereview.chromium.org/23548017/diff/2001/LayoutTests/fast/table/table-sections-border-spacing.html#newcode52 LayoutTests/fast/table/table-sections-border-spacing.html:52: document.getElementById('console').appendChild(document.createElement('br')); Looks like you need a function as ...
7 years, 3 months ago (2013-09-05 17:58:03 UTC) #2
a.suchit
https://codereview.chromium.org/23548017/diff/2001/LayoutTests/fast/table/table-sections-border-spacing.html File LayoutTests/fast/table/table-sections-border-spacing.html (right): https://codereview.chromium.org/23548017/diff/2001/LayoutTests/fast/table/table-sections-border-spacing.html#newcode52 LayoutTests/fast/table/table-sections-border-spacing.html:52: document.getElementById('console').appendChild(document.createElement('br')); On 2013/09/05 17:58:03, Julien Chaffraix wrote: > Looks ...
7 years, 3 months ago (2013-09-06 05:27:18 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/a.suchit@samsung.com/23548017/9001
7 years, 3 months ago (2013-09-06 05:27:41 UTC) #4
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=4448
7 years, 3 months ago (2013-09-06 08:06:43 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/a.suchit@samsung.com/23548017/9001
7 years, 3 months ago (2013-09-06 08:58:25 UTC) #6
commit-bot: I haz the power
7 years, 3 months ago (2013-09-06 12:12:07 UTC) #7
Message was sent while issue was closed.
Change committed as 157364

Powered by Google App Engine
This is Rietveld 408576698