diff --git a/mozilla/layout/html/tests/table/bugs/bug12287.xul b/mozilla/layout/html/tests/table/bugs/bug12287.xul
new file mode 100644
index 00000000000..50b3fecbef7
--- /dev/null
+++ b/mozilla/layout/html/tests/table/bugs/bug12287.xul
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+ Row 1 of 3
+ Row 2 of 3
+ Row 3 of 3
+
+
+
+
diff --git a/mozilla/layout/html/tests/table/bugs/file_list.txt b/mozilla/layout/html/tests/table/bugs/file_list.txt
index da6f0cb8962..35f065ed3cd 100644
--- a/mozilla/layout/html/tests/table/bugs/file_list.txt
+++ b/mozilla/layout/html/tests/table/bugs/file_list.txt
@@ -12,6 +12,7 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug1188.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug11944.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug12008.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug1220.html
+file:///s:/mozilla/layout/html/tests/table/bugs/bug12287.xul
file:///s:/mozilla/layout/html/tests/table/bugs/bug1224.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug12268.html
file:///s:/mozilla/layout/html/tests/table/bugs/bug12384.html
diff --git a/mozilla/layout/html/tests/table/core/captions.html b/mozilla/layout/html/tests/table/core/captions.html
new file mode 100644
index 00000000000..881738f20c7
--- /dev/null
+++ b/mozilla/layout/html/tests/table/core/captions.html
@@ -0,0 +1,8 @@
+
+
+ caption is considered part of % width, not so in Nav4.6,
+ caption is not considered part of %height
+
+
+ | FOO |
+
diff --git a/mozilla/layout/html/tests/table/core/file_list.txt b/mozilla/layout/html/tests/table/core/file_list.txt
index bc194b13be2..82e890e5cc1 100644
--- a/mozilla/layout/html/tests/table/core/file_list.txt
+++ b/mozilla/layout/html/tests/table/core/file_list.txt
@@ -1,5 +1,6 @@
file:///s:/mozilla/layout/html/tests/table/core/backgrounds.html
file:///s:/mozilla/layout/html/tests/table/core/bloomberg.html
+file:///s:/mozilla/layout/html/tests/table/core/captions.html
file:///s:/mozilla/layout/html/tests/table/core/cell_heights.html
file:///s:/mozilla/layout/html/tests/table/core/columns.html
file:///s:/mozilla/layout/html/tests/table/core/col_span.html