[Webkit-unassigned] [Bug 59138] REGRESSION(81625): Tables are not rendered correctly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 22 22:11:04 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=59138
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #90841|review?, commit-queue? |review-, commit-queue-
Flag| |
--- Comment #14 from Simon Fraser (smfr) <simon.fraser at apple.com> 2011-04-22 22:11:04 PST ---
(From update of attachment 90841)
View in context: https://bugs.webkit.org/attachment.cgi?id=90841&action=review
r- for lack of working test.
> Source/WebCore/rendering/AutoTableLayout.cpp:270
> + } else
> // if there was no remaining percent, maxWidth is invalid.
> if (!remainingPercent && maxNonPercent)
I'd prefer the 'else if' together, and the comment after the condition
> LayoutTests/fast/table/auto-100-percent-width.html:8
> +function test()
> +{
> + if (window.layoutTestController)
> + layoutTestController.dumpAsText();
> +}
Where is the test code?
--
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