summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/369975-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/369975-1.html')
-rw-r--r--layout/reftests/bugs/369975-1.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/bugs/369975-1.html b/layout/reftests/bugs/369975-1.html
new file mode 100644
index 0000000000..f4f0b41e1f
--- /dev/null
+++ b/layout/reftests/bugs/369975-1.html
@@ -0,0 +1,21 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>Assert: Must have usable originating data here + crash</title>
+</head>
+
+<body>
+
+<table border>
+ <tbody>
+ <tr ><td rowspan="2">1</td></tr>
+ <tr><td rowspan="2">2</td></tr>
+ <tr ><td rowspan="3" colspan="2">3</td></tr>
+ <tr></tr>
+</tbody>
+<tbody>
+ <tr><td rowspan="3">4</td></tr>
+ <tr><td>5</td></tr>
+</tbody>
+</table>
+</body>
+</html>