summaryrefslogtreecommitdiffstats
path: root/layout/forms/crashtests/383887-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/forms/crashtests/383887-1.html')
-rw-r--r--layout/forms/crashtests/383887-1.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/forms/crashtests/383887-1.html b/layout/forms/crashtests/383887-1.html
new file mode 100644
index 0000000000..65d4751f7d
--- /dev/null
+++ b/layout/forms/crashtests/383887-1.html
@@ -0,0 +1,20 @@
+<html>
+<body>
+
+<table>
+ <tr>
+ <td>
+ <select>
+ <option style="padding: 200%;">
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <div style="padding: 200%"><span style="float: left; border: 1px solid red;"></span></div>
+ </td>
+ </tr>
+</table>
+
+</body>
+</html>