chromium/third_party/blink/web_tests/paint/invalidation/box/invalidate-box-shadow-currentColor-expected.html

<!doctype HTML>
<style>
span {
  color: green;
  display: inline;
  box-shadow: 0 5px 0 0 currentColor;
}
</style>
<span id="target">Text</span>