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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <select size=20>
3 <optgroup label=group>
4 <option>apple</option>
5 <option>banana</option>
6 <option>durian</option>
7 </optgroup>
8 <optgroup label=nested style="font-weight: 900">
9 <option>fig</option>
10 </optgroup>
11 <option>cherry</option>
12 </select>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698