[Webkit-unassigned] [Bug 72441] New: Dynamically created ShadowRoot doesn’t suppress the rendering of light children

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 16:25:42 PST 2011


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

           Summary: Dynamically created ShadowRoot doesn’t suppress 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: dominicc at chromium.org
            Blocks: 72352


<h1>Hello!</h1>

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

I would expect to see

Goodbye!

but instead I see

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