Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
select-disabled.html
blob: 70414eb1e58d3b34be31221ac3f36ffe81e4d91c [
file
]
<!--
@BLINK-ALLOW:focus*
@BLINK-ALLOW:setSize*
@BLINK-ALLOW:posInSet*
@BLINK-ALLOW:haspopup*
-->
<html>
<body>
<select
disabled
>
<option
value
=
"1"
>
Option 1
</option>
<option
value
=
"2"
>
Option 2
</option>
</select>
</body>
</html>