summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/364512-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/tables/crashtests/364512-1.html')
-rw-r--r--layout/tables/crashtests/364512-1.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/tables/crashtests/364512-1.html b/layout/tables/crashtests/364512-1.html
new file mode 100644
index 0000000000..3b8417e31f
--- /dev/null
+++ b/layout/tables/crashtests/364512-1.html
@@ -0,0 +1,20 @@
+<html>
+<body>
+
+<table border="1">
+ <tbody style="overflow: hidden;">
+ <tr>
+ <td>
+ Foo
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p style="height: 200%;">Bar</p>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+</body>
+</html>