[Webkit-unassigned] [Bug 86880] REGRESSION (r116645): "background-size: auto 100%; width:auto; height:100%; " doesn't display correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 13:26:19 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86880





--- Comment #4 from Joe Thomas <joethomas at motorola.com>  2012-05-21 13:25:23 PST ---
Here is the CSS from the regressed page

   background-size: auto 100%;
   width:auto;
   height:100%;
   background:url(pl_av_cp.jpg) center center no-repeat;

Here background-size is defined before background shorthand.

Since we added background-size to background-shorthand in http://trac.webkit.org/changeset/116645, if background-size is not part of background shorthand, we initialize it with the default value. So this can be solved either by adding background-size to background-shorthand or defining background-size after background.

Peter, Can you please try this out?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list