Bug 44737

Summary: r66141 caused fast/forms/select-style.html to fail on mac:
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch zimmermann: review+

Description Simon Fraser (smfr) 2010-08-26 17:44:12 PDT
r66141 seems to have caused fast/forms/select-style.html to fail on mac:
Comment 1 Simon Fraser (smfr) 2010-08-26 19:49:43 PDT
This regressed because of the *style->backgroundLayers() != background check in RenderTheme.cpp:694, where the style contains a StylePendingImage.
Comment 2 Simon Fraser (smfr) 2010-08-26 20:38:30 PDT
Created attachment 65669 [details]
Patch
Comment 3 Nikolas Zimmermann 2010-08-27 02:23:59 PDT
Comment on attachment 65669 [details]
Patch

Looks good to me, r=me.
Simon, I'm going to land this, as it's blocking the mac bots to turn green.
Comment 4 Nikolas Zimmermann 2010-08-27 02:27:24 PDT
Landed in r66195. Hope it's okay for you.
I'd like to land a larger patch, and want to have all test bots green before doing that.
Comment 5 Simon Fraser (smfr) 2010-08-27 09:03:50 PDT
Thanks for landing!