Closed
Bug 84782
Opened 23 years ago
Closed 23 years ago
{pp}Scaling a image's width or height by pixels won't render image
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
People
(Reporter: chrispetersen, Assigned: harishd)
References
()
Details
Build: 2001060713
Platform: Linux only
Expected Results: The scaled image should be rendered
What I got: Image is not displayed.
Steps to reproduce:
1) Go to either xhtml or html test cases:
http://slip/projects/marvin/xhtml/transitional/img_width_pixel.xml
http://slip/projects/marvin/xhtml/transitional/img_height_pixel.xml
http://slip/projects/marvin/html/img_width_pixel.html
http://slip/projects/marvin/html/img_height_pixel.html
2) The following images are not displayed
Image = 100, Image = 25, Image =25.99999
Reporter | ||
Comment 1•23 years ago
|
||
All the test cases are using either Width or height attributes but not both at
the same time. If I include both in the test case, the images are rendered.
However, the unmodified tests will render correctly under Mac and Windows
builds. Seems strange that the Linux will act differently
Reporter | ||
Updated•23 years ago
|
Severity: normal → major
Comment 3•23 years ago
|
||
*** This bug has been marked as a duplicate of 74313 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•