[Webkit-unassigned] [Bug 79620] New: ContainerNode::appendChild should not accept ShadowRoot.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 26 21:08:12 PST 2012


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

           Summary: ContainerNode::appendChild should not accept
                    ShadowRoot.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org


This will cause an assertion failure.

var div1 = document.createElement('div');
var root = new WebKithShadowRoot(div1);

var div2 = document.createElement('div');
div2.appendChild(root);

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