summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-selectlist-element/selectlist-overflow-x-ref.tentative.html
blob: df87060359bc38d6e7da8cab9c38167ed5249353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<style>
selectlist {
  width:30px;
  height:20px;
}
selectlist::part(button) {
  background-color:blue;
}
</style>
<selectlist>
  <option>&nbsp;</option>
</selectlist>