Index: LayoutTests/fast/forms/select/listbox-line-height-expected.html |
diff --git a/LayoutTests/fast/forms/select/listbox-line-height-expected.html b/LayoutTests/fast/forms/select/listbox-line-height-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c5807566bc9129ba2f484eb19d20ff07df365b3e |
--- /dev/null |
+++ b/LayoutTests/fast/forms/select/listbox-line-height-expected.html |
@@ -0,0 +1,9 @@ |
+<select multiple> |
+ <option>uno</option> |
+ <optgroup label=two> |
+ <option>dos</option> |
+ </optgroup> |
+ <option>tres</option> |
+ <option>cuatro</option> |
+ <option>cinco</option> |
+</select> |