Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: LayoutTests/fast/forms/select/listbox-group-indent-expected.html

Issue 783983005: Fix regression caused by r178354 where options in optgroup not indented (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reverted change to Element.cpp Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698