chromium/third_party/blink/web_tests/wpt_internal/html/semantics/forms/the-select-element/stylable-select/select-icon-color-ref.html

<!DOCTYPE html>
<link rel=stylesheet href="resources/stylable-select-styles.css">

<style>
.stylable-select-selectedoption::after {
  padding-inline-start: 0.5em;
  content: counter(fake-counter-name, disclosure-closed);
  color: red;
}
</style>

<div class=stylable-select-container>
  <button class=stylable-select-button popovertarget=popover id=button>
    <span class=stylable-select-selectedoption>option</span>
  </button>
</div>