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)

PowerPC
Mac System 9.x
defect
Not set
major

Tracking

()

VERIFIED DUPLICATE of bug 91034
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.
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.
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: pavlov → pierre
Depends on: 87674, 91034
Like bug 91034, this is a regression that occured between the builds [06/29-14 
trunk] and [07/02-08 trunk] and the culprit seems to be the checkin for bug 
46268.
Status: NEW → ASSIGNED
Keywords: regression
Target Milestone: --- → mozilla0.9.4
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
Verified Duplicate
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.