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..5592c5a68211b35c3ecac7c9c2163d27e0e85189 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/forms/select/select-remove-option-single-expected.html |
| @@ -0,0 +1,11 @@ |
| +<title>Test for HTMLSelectElement.remove() on an Options object</title> |
|
tkent
2016/09/29 01:14:44
Please add <!DOCTYPE html>
|
| + |
| +<style type="text/css"> |
| +select { |
| +min-width: 100px; |
|
tkent
2016/09/29 01:14:44
Please indent the content of a ruleset.
|
| +} |
| +</style> |
| + |
| +<select></select> |
| + |
| +<a herf="#">Remove option</a> |
|
tkent
2016/09/29 01:14:44
Please remove it.
|