summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-selectlist-element/selectlist-marker-visible-overflow.tentative.html
blob: 345c2059837af324d47c31658eeabb8375ad991e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<!-- Tests that the marker is visible when the <selectlist> contains more text than it can show -->
<link rel=author href="mailto:pkotwicz@chromium.org">
<link rel="match" href="selectlist-marker-visible-overflow-ref.tentative.html">

<style>
selectlist {
  width:100px;
}
</style>
<div>
<selectlist>
  <option>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>
</selectlist>