summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/40596-1j.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/40596-1j.html')
-rw-r--r--layout/reftests/bugs/40596-1j.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/40596-1j.html b/layout/reftests/bugs/40596-1j.html
new file mode 100644
index 0000000000..6ab87c9d03
--- /dev/null
+++ b/layout/reftests/bugs/40596-1j.html
@@ -0,0 +1,18 @@
+<html>
+ <body>
+ <form>
+ <table border="1" width="300" style="height: 300px">
+ <tr>
+ <td style="width:80%">
+ &nbsp;
+ </td>
+ <td style="width:20%">
+ <select size="4" style="visibility: hidden">
+ <option>This is pretty long text in the select</option>
+ </select>
+ </td>
+ </tr>
+ </table>
+ </form>
+ </body>
+</html>