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.
-
-
-- ONE
-- TWO
-- THREE
-- FOUR
-- FIVE
+
+- ONE
+- TWO
+- THREE
+- FOUR
+- FIVE
-
This is a table formed from a list with display of table-row-group and
list items with display of table-cell.
-
-
-- ONE
-- TWO
-- THREE
-- FOUR
-- FIVE
-- SIX
+
+- ONE
+- TWO
+- THREE
+- FOUR
+- FIVE
+- SIX
-
This is like the previous table plus the list's overflow property set
-
-- ONE
-- TWO
-- THREE
-- FOUR
-- FIVE
-- SIX
+- ONE
+- TWO
+- THREE
+- FOUR
+- FIVE
+- SIX
-
+ The following table will have its rows and columns in red collapsed
+
+
+before
+
+
+
+
+
+| C11 | C12 | C13 large
+ |
| C21 | C22 | C23
+ |
| C31 | C32 | C33
+ |
+
+
+
+after
+
+
+
+
+
+| C11 | C12 | C13 large
+ |
| C21 | C22 | C23
+ |
| C31 | C32 | C33
+ |
+
+ The following table will have its 2nd row and 2nd col collapsed. A window resize may be necessary to see it properly.
+
+
+before
+
+
+
+
+
+
+| C11 | C12 | C13 | C14
+ |
| C21 | C12 C13 C22 C23 | C14
+ |
| C31 | C34
+ |
| C41 | C42 | C43 | C44
+ |
+
+
+after
+
+
+
+
+
+
+| C11 | C12 | C13 | C14
+ |
| C21 | C12 C13 C22 C23 | C14
+ |
| C31 | C34
+ |
| C41 | C42 | C43 | C44
+ |
+
+ The following table will have its 1st row group collapsed (rows 1 and 2)
+
+
+before
+
+| C11 | C12 | C13 | C14
+ |
| C21 | C22 | C23 | C24
+ |
+
+| C31 | C32 | C33 | C34
+ |
| C41 | C42 | C43 | C44
+ |
+
+
+
+after
+
+| C11 | C12 | C13 | C14
+ |
| C21 | C22 | C23 | C24
+ |
+
+| C31 | C32 | C33 | C34
+ |
| C41 | C42 | C43 | C44
+ |