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..ad280b042ecea570974802598d26ecbe62337c5a |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/forms/select/select-remove-option-single-expected.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
| +<title>Test for HTMLSelectElement.remove() on an Options object</title> |
| + |
| +<style type="text/css"> |
| +select { |
| + min-width: 100px; |
| +} |
| +</style> |
| + |
| +<select></select> |