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

Issue 203473002: Should not render the table cell border if the <td> is empty.

Created:
6 years, 9 months ago by Gurpreet
Modified:
4 years, 9 months ago
CC:
blink-reviews, mstensho+blink_opera.com, bemjb+rendering_chromium.org, zoltan1, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, pdr., rwlbuis, eseidel, lgombos
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Should not render the table cell border if the <td> is empty. When table cell has no children and the doctype is not present or not correct the border for that cell should not be drawn. Firefox also follows the same behaviour hence making the changes to make it similiar to Firefox behaviour. Added condition for not drawing the border when table cell has no child and doctype. I already landed this patch on webkit. http://trac.webkit.org/changeset/162334. R=jchaffraix@chromium.org BUG=353483

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -1 line) Patch
A LayoutTests/fast/table/table-cell-border-doctype.html View 1 chunk +20 lines, -0 lines 0 comments Download
A LayoutTests/fast/table/table-cell-border-doctype-expected.html View 1 chunk +21 lines, -0 lines 0 comments Download
A LayoutTests/fast/table/table-cell-border-no-doctype.html View 1 chunk +34 lines, -0 lines 0 comments Download
A LayoutTests/fast/table/table-cell-border-no-doctype-expected.html View 1 chunk +27 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderTableCell.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 29 (0 generated)
Gurpreet
Hi Julien. Can you please review this? Thanks.
6 years, 9 months ago (2014-03-18 14:36:58 UTC) #1
Julien - ping for review
On 2014/03/18 14:36:58, Gurpreet wrote: > Hi Julien. Can you please review this? Thanks. Thanks ...
6 years, 9 months ago (2014-03-19 00:41:58 UTC) #2
Gurpreet
On 2014/03/19 00:41:58, Julien Chaffraix - PST wrote: > On 2014/03/18 14:36:58, Gurpreet wrote: > ...
6 years, 9 months ago (2014-03-19 07:36:34 UTC) #3
esprehn
This patch lgtm to me. It's really simple and consistency between browsers is important. Given ...
6 years, 9 months ago (2014-03-19 22:22:33 UTC) #4
Julien - ping for review
On 2014/03/19 22:22:33, esprehn wrote: > This patch lgtm to me. It's really simple and ...
6 years, 9 months ago (2014-03-20 00:44:25 UTC) #5
esprehn
The CQ bit was checked by esprehn@chromium.org
6 years, 9 months ago (2014-03-20 03:12:54 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/k.gurpreet@samsung.com/203473002/1
6 years, 9 months ago (2014-03-20 03:13:03 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 03:45:06 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_rel
6 years, 9 months ago (2014-03-20 03:45:07 UTC) #9
esprehn
The CQ bit was checked by esprehn@chromium.org
6 years, 9 months ago (2014-03-20 03:58:59 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/k.gurpreet@samsung.com/203473002/1
6 years, 9 months ago (2014-03-20 03:59:05 UTC) #11
esprehn
The CQ bit was unchecked by esprehn@chromium.org
6 years, 9 months ago (2014-03-20 03:59:19 UTC) #12
esprehn
This seems to make tons of tests fail.
6 years, 9 months ago (2014-03-20 03:59:25 UTC) #13
Gurpreet
On 2014/03/20 03:59:25, esprehn wrote: > This seems to make tons of tests fail. Hi ...
6 years, 9 months ago (2014-03-20 04:01:17 UTC) #14
Gurpreet
On 2014/03/20 04:01:17, Gurpreet wrote: > On 2014/03/20 03:59:25, esprehn wrote: > > This seems ...
6 years, 9 months ago (2014-03-20 04:35:22 UTC) #15
Gurpreet
On 2014/03/20 04:35:22, Gurpreet wrote: > On 2014/03/20 04:01:17, Gurpreet wrote: > > On 2014/03/20 ...
6 years, 9 months ago (2014-03-20 05:21:34 UTC) #16
Gurpreet
Please suggest. Shall I fix all the failed test cases?
6 years, 9 months ago (2014-03-24 12:11:19 UTC) #17
Gurpreet
Hello. Whats your thought on this?
6 years, 8 months ago (2014-04-01 14:41:39 UTC) #18
Gurpreet
Hello. Please suggest else shall I drop this ?
6 years, 7 months ago (2014-04-30 07:57:41 UTC) #19
Julien - ping for review
On 2014/04/30 07:57:41, Gurpreet wrote: > Hello. Please suggest else shall I drop this ? ...
6 years, 7 months ago (2014-05-01 19:22:16 UTC) #20
Gurpreet
Hi Julien. I understand your viewpoint. The test cases are failing since it doesnot have ...
6 years, 7 months ago (2014-05-05 09:38:49 UTC) #21
Julien - ping for review
On 2014/05/05 09:38:49, Gurpreet wrote: > Hi Julien. I understand your viewpoint. The test cases ...
6 years, 7 months ago (2014-05-06 01:02:50 UTC) #22
Gurpreet
The CQ bit was checked by k.gurpreet@samsung.com
6 years, 7 months ago (2014-05-16 11:33:34 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/k.gurpreet@samsung.com/203473002/1
6 years, 7 months ago (2014-05-16 11:33:43 UTC) #24
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-16 12:52:52 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-16 13:40:04 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/6885)
6 years, 7 months ago (2014-05-16 13:40:04 UTC) #27
use-l.gombos-samsung.com
6 years, 3 months ago (2014-09-23 19:35:36 UTC) #28
Gurpreet
5 years, 6 months ago (2015-06-22 08:44:40 UTC) #29
Currently not working on this issue. If still reproducible on latest and someone
interested to work can take it up.
Thanks.

Powered by Google App Engine
This is Rietveld 408576698