Bug 13823 - REGRESSION: fast/forms/select-item-background-clip.html failing pixel test
Summary: REGRESSION: fast/forms/select-item-background-clip.html failing pixel test
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2007-05-22 11:52 PDT by Justin Garcia
Modified: 2007-05-24 17:21 PDT (History)
1 user (show)

See Also:


Attachments
Updated test and results (29.17 KB, patch)
2007-05-22 14:09 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

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