chromium/third_party/blink/web_tests/paint/selection/text-selection-counter-expected.html

<!DOCTYPE html>
<style>
  span { color: initial }
  #select { color: transparent }
</style>
<p>You should see the word PASS two times below (no zeros).</p>
<div id="select">
  <span>PASS</span>0<span>PASS</span>
</div>