[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:22:23 PDT 2011


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





--- Comment #15 from Rik Cabanier <cabanier at adobe.com>  2011-04-22 22:22:22 PST ---
(In reply to comment #14)
> (From update of attachment 90841 [details])
> 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

OK. I will change it

> 
> > LayoutTests/fast/table/auto-100-percent-width.html:8
> > +function test()
> > +{
> > +    if (window.layoutTestController)
> > +        layoutTestController.dumpAsText();
> > +}
> 
> Where is the test code?

Doesn't it take a dump of the layout?
The table in the body should be the test.

-- 
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