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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-remove-option-single-expected.html

Issue 2372913002: fixed <select> element isn't updated after its single option removing. (Closed)
Patch Set: refactored html fild and changed test to reference test Created 4 years, 2 months 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 <style type="text/css">
2 #s {
3 min-width: 100px;
4 }
5 </style>
6
7 <title>Test for HTMLSelectElement.remove() on an Options object</title>
8
9 <select id="s"></select>
zino 2016/09/28 17:07:14 id attribute is unnecessary.
10
11 <a id="a" herf="#">Remove option</a>
zino 2016/09/28 17:07:14 ditto
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698