Closed Bug 2099 Opened 26 years ago Closed 26 years ago

Image file within minimal table doesn't display

Categories

(Core :: DOM: HTML Parser, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: elig, Assigned: rickg)

References

()

Details

The following HTML returns a blank page in 12.29.98 NGLayout (Win32), whereas both Communicator 4.5.1 (Mac OS) and IE 4.0 (Win32) return a page containing the JPEG image. (located at http://www.prometheus-music.com/pmalt.html at time of writing bug report.) --- <HTML> <HEAD> </HEAD> <BODY> <TABLE BORDER = 0 CELLSPACING=3 CELLPADDING=3> <TR> <IMG SRC="http://www.prometheus-music.com/images/rw_rough4.jpg"> </TABLE> </BODY> </HTML>
Assignee: michaelp → rickg
Component: Rendering → Parser
Rick, the IMG element gets tossed, because it isn't inside of a TD. Here's a dump of the content model: HTML refcount=6< HEAD refcount=2< > BODY refcount=3< Text refcount=3<\n> TABLE BORDER=0 CELLSPACING=3 CELLPADDING=3 refcount=4< TBODY refcount=3< TR refcount=3< > > > Text refcount=3<\n\n> > >
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
This is fixed with my checkin, that's waiting for the build to turn green. Please wait for the next set of bits to retry.
Verified fixed using 1.20.99 Mac OS build and 1.19.99 Win32 build. I'll withhold from formally marking this verified until having a chance to check Linux tomorrow.
Status: RESOLVED → VERIFIED
Verified fixed on 1.22.99 Linux build. Bug is thus formally verified.
You need to log in before you can comment on or make changes to this bug.