[Webkit-unassigned] [Bug 15359] New: JPG image not shown when
height is specified.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 3 05:54:22 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15359
Summary: JPG image not shown when height is specified.
Product: WebKit
Version: 419.x
Platform: Macintosh PowerPC
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Images
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ton.baecker at hetnet.nl
JPG image is not shown with following code snippet.
When the height="75%" attribute is removed the image is shown.
This happens in Safari 2.0.4 (419.3) and the latest nightly build of webkit.
In Firefox 2.0.0.4 the image is shown.
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td>
<img src="Beeldcrypto.jpg" alt="crypto"
width="75%" height="75%">
</td>
</tr>
</table>
</body>
</html>
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list