Index: LayoutTests/fast/forms/select/listbox-group-indent-expected.html |
diff --git a/LayoutTests/fast/forms/select/listbox-group-indent-expected.html b/LayoutTests/fast/forms/select/listbox-group-indent-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1ffbf6d7a6ffb4d3b00d416e20147ef19fe550d1 |
--- /dev/null |
+++ b/LayoutTests/fast/forms/select/listbox-group-indent-expected.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<select size=20> |
+ <optgroup label=group> |
+ <option>apple</option> |
+ <option>banana</option> |
+ <option>durian</option> |
+ </optgroup> |
+ <optgroup label=nested style="font-weight: 900"> |
+ <option>fig</option> |
+ </optgroup> |
+ <option>cherry</option> |
+</select> |