summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/187779-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/tables/crashtests/187779-1.html')
-rw-r--r--layout/tables/crashtests/187779-1.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/tables/crashtests/187779-1.html b/layout/tables/crashtests/187779-1.html
new file mode 100644
index 0000000000..37ef83475d
--- /dev/null
+++ b/layout/tables/crashtests/187779-1.html
@@ -0,0 +1,19 @@
+<html>
+<head>
+<title>bug</title>
+</head>
+<body>
+
+<table>
+ <tr>
+ </tr>
+
+ <tr>
+ <form>
+ <input name="url" size="20" type="text">
+ </form>
+ </tr>
+</table>
+
+</body>
+</html>