Bug 99560 - StyleRareNonInheritedData::contentDataEquivalent only looks at the first ContentData
Summary: StyleRareNonInheritedData::contentDataEquivalent only looks at the first Cont...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Elliott Sprehn
URL:
Keywords: EasyFix, HasReduction
Depends on:
Blocks:
 
Reported: 2012-10-17 01:04 PDT by Elliott Sprehn
Modified: 2012-10-17 18:02 PDT (History)
3 users (show)

See Also:


Attachments
Reduction (409 bytes, text/html)
2012-10-17 01:04 PDT, Elliott Sprehn
no flags Details
Patch (4.27 KB, patch)
2012-10-17 17:33 PDT, Elliott Sprehn
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Elliott Sprehn 2012-10-17 01:04:18 PDT
Created attachment 169113 [details]
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.
Comment 1 Elliott Sprehn 2012-10-17 17:33:24 PDT
Created attachment 169311 [details]
Patch
Comment 2 WebKit Review Bot 2012-10-17 18:02:41 PDT
Comment on attachment 169311 [details]
Patch

Clearing flags on attachment: 169311

Committed r131685: <http://trac.webkit.org/changeset/131685>
Comment 3 WebKit Review Bot 2012-10-17 18:02:44 PDT
All reviewed patches have been landed.  Closing bug.