diff --git a/mozilla/webshell/tests/viewer/samples/test4.html b/mozilla/webshell/tests/viewer/samples/test4.html index 4b74cb56f69..359a0029c18 100644 --- a/mozilla/webshell/tests/viewer/samples/test4.html +++ b/mozilla/webshell/tests/viewer/samples/test4.html @@ -173,44 +173,119 @@ column widths and collapsing borders.
This is a table formed from a list with display of table-row and list items with display of table-cell. -
-

This is a table formed from a list with display of table-row-group and list items with display of table-cell.
-
-

This is like the previous table plus the list's overflow property set -
-

+

The following table will have its rows and columns in red collapsed +
+ + +++++ +
before
C11C12C13 large +
C21C22C23 +
C31C32C33 +
+ +
+ + +++++ +
after
C11C12C13 large +
C21C22C23 +
C31C32C33 +
+ +

The following table will have its 2nd row and 2nd col collapsed. A window resize may be necessary to see it properly. +
+ + ++++++ +
before
C11C12C13C14 +
C21C12 C13 C22 C23C14 +
C31C34 +
C41C42C43C44 +
+ + + ++++++ +
after
C11C12C13C14 +
C21C12 C13 C22 C23C14 +
C31C34 +
C41C42C43C44 +
+ +

The following table will have its 1st row group collapsed (rows 1 and 2) +
+ + + + + +
before
C11C12C13C14 +
C21C22C23C24 +
C31C32C33C34 +
C41C42C43C44 +
+ +
+ + + + + +
after
C11C12C13C14 +
C21C22C23C24 +
C31C32C33C34 +
C41C42C43C44 +