[Webkit-unassigned] [Bug 20040] Vertical border spacing is doubled between table row groups

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 10:20:27 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=20040


Julien Chaffraix <jchaffraix at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #131319|review?                     |
               Flag|                            |




--- Comment #36 from Julien Chaffraix <jchaffraix at webkit.org>  2012-03-12 10:20:26 PST ---
(From update of attachment 131319)
View in context: https://bugs.webkit.org/attachment.cgi?id=131319&action=review

> LayoutTests/fast/table/table-vertical-space-across-sections.html:24
> +            var testContainer = document.createElement("div");
> +            document.body.appendChild(testContainer);
> +            testContainer.innerHTML = '<table id="test"> <thead> <td/> </thead> <td/><td/> <tfoot> <td/> </tfoot> </table>';
> +            var element = document.getElementById("test");
> +            var style = window.getComputedStyle(element, null);

For the record, I mentioned to Kishore that we could just put the HTML for the table directly inside the page instead of injecting it. Also it would be each sections had 2 cells not just the middle one.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list