summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-selectlist-element/selectlist-marker-end-aligned-ref.tentative.html
blob: b1df8a65816380fd9573e8f463542c50e888b781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<style>
div {
  width:300px;
  display:flex;
  justify-content:flex-end;
}
selectlist {
  width:100px;
}
selectlist::part(button) {
  border-style:none;
  background-color:rgba(0,0,0,0)
}
</style>
<div>
<selectlist>
  <option></option>
</selectlist>