Bug 28704 - REGRESSION (r47630): fast/repaint/background-generated.html is failing
Summary: REGRESSION (r47630): fast/repaint/background-generated.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2009-08-24 23:37 PDT by mitz
Modified: 2009-08-25 16:16 PDT (History)
2 users (show)

See Also:


Attachments
Patch (untested) (1.61 KB, patch)
2009-08-24 23:46 PDT, mitz
no flags Details | Formatted Diff | Diff
Patch (2.60 KB, patch)
2009-08-25 10:01 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2009-08-24 23:37:03 PDT
After r47630, fast/repaint/background-generated.html is failing because the unspecified background-size is interpreted as 'auto' by mustRepaintFillLayers(). The type is initialized to SizeLength but it should be SizeNone.
Comment 1 mitz 2009-08-24 23:46:51 PDT
Created attachment 38533 [details]
Patch (untested)
Comment 2 mitz 2009-08-25 10:01:28 PDT
Created attachment 38553 [details]
Patch
Comment 3 Anders Carlsson 2009-08-25 10:06:33 PDT
Comment on attachment 38553 [details]
Patch

r=me
Comment 4 mitz 2009-08-25 10:10:06 PDT
Fixed in <http://trac.webkit.org/projects/webkit/changeset/47749>.
Comment 5 mitz 2009-08-25 16:16:45 PDT
Thanks for closing the bug, Eric!