table width bug

The following elements should have the same widths and horizontal margins. The table element, however, is out of line because margins are ignored if width is > 100%.

foo (this is an H2 element)

gnag(this is a TABLE element)

bar (this is a P element)

This works, since width is < 100%:

foo (this is an H2 element)

gnag(this is a TABLE element)

bar (this is a P element)


Bugzilla #144392