forked from mirrors/gecko-dev
This matches what Chromium does, and seems generally better. Differential Revision: https://phabricator.services.mozilla.com/D165693
12 lines
540 B
HTML
12 lines
540 B
HTML
<!doctype html>
|
|
<meta charset=utf-8>
|
|
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
|
|
<link rel="author" href="https://mozilla.org" title="Mozilla">
|
|
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1804812">
|
|
<link rel="help" href="https://drafts.csswg.org/css-overflow-3/#overflow-properties">
|
|
<link rel="match" href="select-size-overflow-001-ref.html">
|
|
<select size=3 style="overflow: hidden">
|
|
<option>option 1</option>
|
|
<option>option 2</option>
|
|
<option>option 3</option>
|
|
</select>
|