[Webkit-unassigned] [Bug 92899] New: Dynamically styling ShadowDom content on a node distributed to another shadow insertion point fails.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 1 12:18:56 PDT 2012


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

           Summary: Dynamically styling ShadowDom content on a node
                    distributed to another shadow insertion point fails.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sorvell at chromium.org
                CC: dglazkov at chromium.org, dominicc at chromium.org


Created an attachment (id=155859)
 --> (https://bugs.webkit.org/attachment.cgi?id=155859&action=review)
Test case for bug, including expected rendering.

Setup:
1. A node is given a shadow dom with an insertion point.
2. A child of the node is distributed to this insertion point.
3. The child is given a shadow dom that contains unapplied styling and another node.
4. The child shadow's node is styled with one of the css selectors in the child shadow dynamically (after initial rendering).

Result:
The node is not rendered with the expected styling even though the selector is properly added to the node.

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