summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-selectlist-element/selectlist-marker-visible-overflow-ref.tentative.html
blob: dda53db5bf859f4c5e00d578028d02236111b454 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
selectlist {
  width:100px;
}
</style>
<div>
<selectlist>
  <option>&nbsp;</option>
</selectlist>