The following table will break in Firefox 2.0, but not in Firefox 3.0
Notice that this table has a width of 20, but there are two no-wrap spans here that force the table to increase in size. The expected result here should be that the table is large enough to fit the text here, wrapping after each span. The actual result is not only that the table does not wrap the spans, but it also picks the table size as if it WAS wrapping the spans.

This line is a lot longer than 20 px, in fact, it should make the table grow in size to match this, the longest, lineBecause this span is exactly next to another no-wrap span, things break


This next table will break in Firefox 3.0, but not in Firefox 2.0
Instead of being cause by two spans next to each other, it is cause by an image tag within a span that has white-space nowrap

This table appears to ignore the width of the image