Bug 44737 - r66141 caused fast/forms/select-style.html to fail on mac:
Summary: r66141 caused fast/forms/select-style.html to fail on mac:
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-26 17:44 PDT by Simon Fraser (smfr)
Modified: 2010-08-27 09:03 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.96 KB, patch)
2010-08-26 20:38 PDT, Simon Fraser (smfr)
zimmermann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!