summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-selectlist-element/selectlist-marker-part.tentative.html
blob: dedabc9bab78d96f2485366a6277ae83ca89245f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=match href="selectlist-marker-part-ref.html">

<style>
selectlist::part(marker) {
  background-color: red;
}
</style>
<selectlist>
  <option>hello world</option>
</selectlist>