Bug 13823

Summary: REGRESSION: fast/forms/select-item-background-clip.html failing pixel test
Product: WebKit Reporter: Justin Garcia <justin.garcia>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P1 Keywords: LayoutTestFailure, Regression
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Updated test and results darin: review+

Description Justin Garcia 2007-05-22 11:52:43 PDT
In fast/forms/select-item-background-clip.html the fourth select item's background is no longer showing.  Mitz is this expected?
Comment 1 mitz 2007-05-22 12:00:08 PDT
Something changed in the loading code which makes the dumping of the render tree and the bitmap happen before the iframe is loaded (note that in pixel mode, the test fails to produce even the correct render tree). I will look into it.
Comment 2 mitz 2007-05-22 14:00:55 PDT
(In reply to comment #1)
> Something changed in the loading code which makes the dumping of the render
> tree and the bitmap happen before the iframe is loaded (note that in pixel
> mode, the test fails to produce even the correct render tree). I will look into
> it.
> 

Big OOPS! That comment relates to another failing test, not select-item-background-clip. Sorry!
Comment 3 mitz 2007-05-22 14:09:07 PDT
Created attachment 14665 [details]
Updated test and results
Comment 4 Sam Weinig 2007-05-24 17:21:33 PDT
Landed in r21740.