[Webkit-unassigned] [Bug 74267] New:=?UTF-8?Q?=20Removing=20a=20shadowRoot=20doesn=E2=80=99t=20recover=20the=20rendering=20of=20light=20children?=.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 11 23:46:04 PST 2011


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

           Summary: Removing a shadowRoot doesn’t recover the rendering of
                    light children.
           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: hayato at chromium.org
                CC: rolandsteiner at chromium.org, dominicc at chromium.org,
                    morrita at google.com
        Depends on: 72352


<h1>Hello!</h1>

var h = document.querySelector('h1');
var s = window.internals.ensureShadowRoot(h);
s.appendChild(document.createTextNode('Goodbye!'));
window.internals.removeShadowRoot(h);

I would expect to see

Hello!

but instead I see

Goodbye!

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