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..4d647e8b887e4e8e14d18b58764cc946ea184a72 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/forms/select/select-remove-option-single-expected.html |
| @@ -0,0 +1,12 @@ |
| +<title>Test for HTMLSelectElement.remove() on an Options object</title> |
|
tkent
2016/09/28 23:13:26
Please add <!DOCTYPE html>
|
| + |
| +<style type="text/css"> |
| + select { |
| + min-width: 100px; |
| + } |
| +</style> |
| + |
| +<select></select> |
| + |
| +<a herf="#">Remove option</a> |
| + |
|
tkent
2016/09/28 23:13:26
This line is unnecessary.
|