[Webkit-unassigned] [Bug 80086] New: "internals.ensureShadowRoot()" and "new WebKitShadowRoot" don't seem to work on JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 1 20:04:28 PST 2012


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

           Summary: "internals.ensureShadowRoot()" and "new
                    WebKitShadowRoot" don't seem to work on JSC
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rolandsteiner at chromium.org
                CC: dglazkov at chromium.org, dominicc at chromium.org,
                    morrita at google.com, shinyak at chromium.org


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

see attached test file for an example. The first 3 shouldBeDefined() calls succeed if built and run with shadow DOM enabled,  but the returned wrapper seems to be of a DocumentFragment rather than a ShadowRoot, and doesn't have .innerHTML, .host or .getElementById defined.

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