fune/testing/web-platform/tests/css/css-overflow/select-size-overflow-001-ref.html
Emilio Cobos Álvarez 5981f732db Bug 1804812 - Allow authors to override listbox select overflow styles. r=jfkthame,layout-reviewers
This matches what Chromium does, and seems generally better.

Differential Revision: https://phabricator.services.mozilla.com/D165693
2023-01-07 23:52:31 +00:00

8 lines
211 B
HTML

<!doctype html>
<meta charset=utf-8>
<title>CSS Test Reference</title>
<select size=3 style="scrollbar-width: none">
<option>option 1</option>
<option>option 2</option>
<option>option 3</option>
</select>