chromium/third_party/blink/web_tests/fast/forms/select/select-remove-option-single-expected.html

<!DOCTYPE html>
<title>Test for HTMLSelectElement.remove() on an Options object</title>

<style type="text/css">
select {
    min-width: 100px;
} 
</style>

<select></select>