[Webkit-unassigned] [Bug 99560] New: StyleRareNonInheritedData::contentDataEquivalent only looks at the first ContentData

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 01:03:26 PDT 2012


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

           Summary: StyleRareNonInheritedData::contentDataEquivalent only
                    looks at the first ContentData
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: EasyFix, HasReduction
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: esprehn at chromium.org


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

We only ever look at the first content data to see if the content changed which is wrong because if we went from content: "x" url(y); to content: "x" url(z); the first ContentData is identical and we won't update the content.

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