Bug 8518

Summary: REGRESSION: Background image scales to size of containing DIV instead retaining it's original size
Product: WebKit Reporter: Chris Petersen <c.petersen87>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: VERIFIED DUPLICATE    
Severity: Critical CC: adele, hyatt
Priority: P1 Keywords: InRadar, Regression
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.apple.com/science/
Attachments:
Description Flags
Reduced test case from apple site
none
Screen shot of scaled background images none

Description Chris Petersen 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>
Comment 1 Chris Petersen 2006-04-21 08:51:36 PDT
Created attachment 7873 [details]
Reduced test case from apple site
Comment 2 Chris Petersen 2006-04-21 08:55:35 PDT
Created attachment 7874 [details]
Screen shot of scaled background images
Comment 3 Chris Petersen 2006-04-21 09:06:46 PDT
This is filed as <rdar://problem/4522644>
Comment 4 Chris Petersen 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/.
Comment 5 Chris Petersen 2006-04-21 09:27:30 PDT
Setting to P1
Comment 6 Chris Petersen 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)
Comment 7 Darin Adler 2006-04-21 18:42:26 PDT
I think this is the same issue as bug 8508.
Comment 8 Darin Adler 2006-04-22 00:07:51 PDT

*** This bug has been marked as a duplicate of 8495 ***
Comment 9 Chris Petersen 2006-04-22 09:32:23 PDT
Verified as dup. This is fixed now on TOT Webkit.