[Webkit-unassigned] [Bug 49031] New: tables/mozilla_expected_failures/other/test4.html triggers ASSERT()s from 49019

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 4 15:03:33 PDT 2010


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

           Summary: tables/mozilla_expected_failures/other/test4.html
                    triggers ASSERT()s from 49019
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jamesr at chromium.org
                CC: hyatt at apple.com, mitz at webkit.org,
                    simon.fraser at apple.com
            Blocks: 49019


The extra ASSERT()s in https://bugs.webkit.org/show_bug.cgi?id=49019 trigger on tables/mozilla_expected_failures/other/test4.html

reduction:

<!DOCTYPE html>
<table> 
<CAPTION ALIGN=BOTTOM>caption</CAPTION>
<CAPTION ALIGN=BOTTOM>caption</CAPTION> 
</table> 

render tree:
RenderView 0x3dc3d28                       #document    0x3dfef60
  RenderBlock 0x3e3cea8                    HTML    0x3e3c4d0
    RenderBody 0x3e37e08                   BODY    0x3e37cb0
      RenderTable 0x3e37f98                TABLE    0x3e3d0d0
        RenderBlock 0x3e38a78              CAPTION    0x3e384b0
          RenderText 0x3e38b58             #text    0x3e38950 "caption"
*       RenderBlock 0x3e39ce8              CAPTION    0x3e39c40
          RenderText 0x3e39e38             #text    0x3e39db0 "caption"

at the end of RenderTable::layout() setNeedsLayout(false) is called on the RenderTable while the RenderBlock associated with the second caption still has m_needsLayout set.

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