Bug 9694

Summary: resize value not compared
Product: WebKit Reporter: Nicholas Shanks <nickshanks>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Compare resize values sam: review+

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