chromium/third_party/blink/web_tests/external/wpt/html/rendering/widgets/the-select-element/select-size-002.html

<!doctype html>
<title>select size=0 renders the same as plain select</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1643279">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:[email protected]">
<link rel="match" href="select-size-ref.html">
<select size="0">
  <option value ="1">1</option>
  <option value ="2">2</option>
  <option value ="3">3</option>
</select>