Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
inline
/
custom-select-shrink-expected.html
blob: 7f0f0f9797d0ba0b730242d1a1dc5d84b15d21f5 [
file
] [
edit
]
<!DOCTYPE html>
<style>
.
container
{
width
:
max-content
;
overflow
:
hidden
;
}
</style>
<div
class
=
container
><select
size
=
"2"
><option>
Pass if this is visible
</option></select></div>