VERIFIED DUPLICATE of bug 8495 8518
REGRESSION: Background image scales to size of containing DIV instead retaining it's original size
https://bugs.webkit.org/show_bug.cgi?id=8518
Summary REGRESSION: Background image scales to size of containing DIV instead retaini...
Chris Petersen
Reported 2006-04-21 08:50:27 PDT
At http://www.apple.com/science/, I noticed the background images used in the navigation bar are scaled with TOT Webkit. Here is the structure of a reduced test case which I have attached. <style type="text/css" > div { width: 60px; height: 40px; background: url(http://images.apple.com/science/images/nav_links.gif) no-repeat; } </style> </head> <body> <div> &nbsp </div> </body> </html>
Attachments
Reduced test case from apple site (357 bytes, text/html)
2006-04-21 08:51 PDT, Chris Petersen
no flags
Screen shot of scaled background images (15.55 KB, image/png)
2006-04-21 08:55 PDT, Chris Petersen
no flags
Chris Petersen
Comment 1 2006-04-21 08:51:36 PDT
Created attachment 7873 [details] Reduced test case from apple site
Chris Petersen
Comment 2 2006-04-21 08:55:35 PDT
Created attachment 7874 [details] Screen shot of scaled background images
Chris Petersen
Comment 3 2006-04-21 09:06:46 PDT
This is filed as <rdar://problem/4522644>
Chris Petersen
Comment 4 2006-04-21 09:26:38 PDT
This same issue with background images are occuring at other sites like http://www.apple.com/dotmac/ , http://www.macnn.com/ , and http://www.mozilla.com/.
Chris Petersen
Comment 5 2006-04-21 09:27:30 PDT
Setting to P1
Chris Petersen
Comment 6 2006-04-21 09:55:04 PDT
Based on my testing, the regression first started with the TOT Webkit NB r13966 (April 19th 5:23:40 GMT)
Darin Adler
Comment 7 2006-04-21 18:42:26 PDT
I think this is the same issue as bug 8508.
Darin Adler
Comment 8 2006-04-22 00:07:51 PDT
*** This bug has been marked as a duplicate of 8495 ***
Chris Petersen
Comment 9 2006-04-22 09:32:23 PDT
Verified as dup. This is fixed now on TOT Webkit.
Note You need to log in before you can comment on or make changes to this bug.