Bug 9694 - resize value not compared
Summary: resize value not compared
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-02 06:19 PDT by Nicholas Shanks
Modified: 2009-06-21 13:17 PDT (History)
1 user (show)

See Also:


Attachments
Compare resize values (3.24 KB, patch)
2009-06-21 13:14 PDT, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Shanks 2006-07-02 06:19:36 PDT
in rendering/render_style.cpp:497

StyleCSS3InheritedData::operator==

the new "resize" value is not compared. is this a bug?
Comment 1 mitz 2009-06-21 13:14:10 PDT
Created attachment 31618 [details]
Compare resize values
Comment 2 mitz 2009-06-21 13:17:21 PDT
Fixed in <http://trac.webkit.org/projects/webkit/changeset/44912>.