Assertion:
Netscape 4.x error condition bug: if a BGCOLOR and BACKGROUND attribute have been specified for the cell, and the URL to the image fails to load, the bgcolor should be used instead. Netscape 4.x does that for a moment, but then this changes to a block only the size of the broken image placeholder with the specified BGCOLOR in the upper, left corner of the cell.

Reference: Plain TABLE; background="wrench.gif", bgcolor="green" on cells 3 and 4:
filler text
TD Cell 1 TD Cell 1
TD Cell 1 TD Cell 1
TH Cell 2 TH Cell 2
TH Cell 2 TH Cell 2
TH Cell 3 TH Cell 3
TH Cell 3 TH Cell 3
TD Cell 4 TD Cell 4
TD Cell 4 TD Cell 4
filler text

Reference: Plain TABLE; No background, bgcolor="green" on cells 3 and 4:
filler text
TD Cell 1 TD Cell 1
TD Cell 1 TD Cell 1
TH Cell 2 TH Cell 2
TH Cell 2 TH Cell 2
TH Cell 3 TH Cell 3
TH Cell 3 TH Cell 3
TD Cell 4 TD Cell 4
TD Cell 4 TD Cell 4
filler text

Reference: Plain TABLE; valid background="wrench.gif", no bgcolor on cells 3 and 4:
filler text
TD Cell 1 TD Cell 1
TD Cell 1 TD Cell 1
TH Cell 2 TH Cell 2
TH Cell 2 TH Cell 2
TH Cell 3 TH Cell 3
TH Cell 3 TH Cell 3
TD Cell 4 TD Cell 4
TD Cell 4 TD Cell 4
filler text

Test: Plain TABLE; Invalid background="noexist.gif", no bgcolor on cells 3 and 4:
filler text
TD Cell 1 TD Cell 1
TD Cell 1 TD Cell 1
TH Cell 2 TH Cell 2
TH Cell 2 TH Cell 2
TH Cell 3 TH Cell 3
TH Cell 3 TH Cell 3
TD Cell 4 TD Cell 4
TD Cell 4 TD Cell 4
filler text

Test: Plain TABLE; Invalid background="noexist.gif", bgcolor=green on cells 3 and 4:
filler text
TD Cell 1 TD Cell 1
TD Cell 1 TD Cell 1
TH Cell 2 TH Cell 2
TH Cell 2 TH Cell 2
TH Cell 3 TH Cell 3
TH Cell 3 TH Cell 3
TD Cell 4 TD Cell 4
TD Cell 4 TD Cell 4
filler text