[Webkit-unassigned] [Bug 52018] New: Adopting an iframe to a child frame results in stack overflow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 6 14:30:27 PST 2011


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

           Summary: Adopting an iframe to a child frame results in stack
                    overflow
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ap at webkit.org, abarth at webkit.org, ojan at chromium.org


Created an attachment (id=78163)
 --> (https://bugs.webkit.org/attachment.cgi?id=78163&action=review)
demo

Reproduction steps:
1. Create an iframe A
2. Create an iframe B under A (i.e. B is a child of A).
3. B.contentDocument.body.appendChild(B.contentDocument.adoptNode(A));

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