Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-overflow/select-size-overflow-001.html - WPT Dashboard Interop Dashboard
<!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>