chromium/third_party/blink/web_tests/external/wpt/html/rendering/widgets/the-select-element/select-invalidation-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>Select rendering invalidation</title>
<link rel="author" href="mailto:[email protected]">

<style>
  select {
    color: lime;
  }
</style>

<select id=select>
  <option>The down arrow should be green</option>
  <option>value B</option>
</select>