Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/forms/select/select-remove-option-single-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/select-remove-option-single-expected.html b/third_party/WebKit/LayoutTests/fast/forms/select/select-remove-option-single-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f68a22cc9c5e888640bd988921c8e1cc06cae4e5 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/forms/select/select-remove-option-single-expected.html |
| @@ -0,0 +1,12 @@ |
| +<style type="text/css"> |
| + #s { |
| + min-width: 100px; |
| + } |
| +</style> |
| + |
| +<title>Test for HTMLSelectElement.remove() on an Options object</title> |
| + |
| +<select id="s"></select> |
|
zino
2016/09/28 17:07:14
id attribute is unnecessary.
|
| + |
| +<a id="a" herf="#">Remove option</a> |
|
zino
2016/09/28 17:07:14
ditto
|
| + |