RESOLVED FIXED 99560
StyleRareNonInheritedData::contentDataEquivalent only looks at the first ContentData
https://bugs.webkit.org/show_bug.cgi?id=99560
Summary StyleRareNonInheritedData::contentDataEquivalent only looks at the first Cont...
Elliott Sprehn
Reported 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.
Attachments
Reduction (409 bytes, text/html)
2012-10-17 01:04 PDT, Elliott Sprehn
no flags
Patch (4.27 KB, patch)
2012-10-17 17:33 PDT, Elliott Sprehn
no flags
Elliott Sprehn
Comment 1 2012-10-17 17:33:24 PDT
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2012-10-17 18:02:44 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.