chromium/third_party/blink/web_tests/external/wpt/html/semantics/forms/the-selectlist-element/selectlist-marker-part.tentative.html

<!DOCTYPE html>
<link rel=author href="mailto:[email protected]">
<link rel=match href="selectlist-marker-part-ref.html">

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