Closed
Bug 91786
Opened 23 years ago
Closed 23 years ago
Background image does not show up in trunk if no bgcolor defined.
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
mozilla0.9.4
People
(Reporter: tarahim, Assigned: pierre)
References
()
Details
(Keywords: regression)
2001072008 trunk and the previous week's builds.
Goto URL.
REsult:white background.
Expected result:http://www.geocities.co.jp/CollegeLife-Labo/9292/kabe-i002.gif
should be visible.
This is a regression. I have seen several entries that state background images
not visible in table, but I have not seen a bug involving entire background.
This URL works with current branch builds.
Reporter | ||
Comment 1•23 years ago
|
||
I have realized that using background image without definition of background
color results in this.
The source of the URL has a body tag;
<body background="kabe-i002.gif" link="#ffff00" alink="#9acd32" vlink="#ffe6e0">
The background img becomes visible by adding bgcolor definition;
<body background="kabe-i002.gif" link="#ffff00" alink="#9acd32" vlink="#ffe6e0"
text="#333333" bgcolor="#ffffff">
I do not suppose that the definition for bgcolor is absolutely required for body
tag to work properly.
Summary: Background image does not show up in trunk. → Background image does not show up in trunk if no bgcolor defined.
Assignee | ||
Comment 2•23 years ago
|
||
We already have bugs related to interferences of bgcolor:
bug 90425: background-color on body causes color elsewhere not to inherit
bug 87674: Table color quirk not applied unless doc background specified
We also have bug 91034 with missing background images in tables.
This one seems different but still... I'm reassigning it to myself like bug 91034
and marking dependencies just in case.
Assignee | ||
Comment 3•23 years ago
|
||
Assignee | ||
Comment 4•23 years ago
|
||
It is not related to 46268. It's another dup of bug 91034. I'm going to attach
new testcases there.
*** This bug has been marked as a duplicate of 91034 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•