[Webkit-unassigned] [Bug 15219] New: fast/dom/replaceChild and clientWidthAfterDocumentIsRemoved have invalid expected output

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 14 16:50:25 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15219

           Summary: fast/dom/replaceChild and
                    clientWidthAfterDocumentIsRemoved have invalid expected
                    output
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mpComplete at gmail.com


Both of these tests remove a child iframe from the document.  Inside
ContainerNode::removeChild, a call to willRemoveChild dispatches some events
that leads to a load-completed event being fired, and the render tree is dumped
prematurely (ie, before the child nodes are removed from the tree).  The DRT
expected output contains the nodes that have been removed, which is clearly
incorrect.

The scary thing here is that a load completed event is being fired from within
a removeChild call!


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



More information about the webkit-unassigned mailing list