summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/28933-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/tables/crashtests/28933-1.html')
-rw-r--r--layout/tables/crashtests/28933-1.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/tables/crashtests/28933-1.html b/layout/tables/crashtests/28933-1.html
new file mode 100644
index 0000000000..26ffb0223b
--- /dev/null
+++ b/layout/tables/crashtests/28933-1.html
@@ -0,0 +1,10 @@
+<title>test</title>
+
+<table style='border-collapse:collapse;'>
+ <tr>
+ <td rowspan=2></td>
+ </tr>
+ <tr>
+ <td></td>
+ </tr>
+</table>