chromium/third_party/blink/web_tests/fast/css/currentcolor-strict-mode.html

<!DOCTYPE html>
<style>
div { 
  color: green; 
  border: 5px solid currentColor;
}
</style>
<div>currentColor should work in strict mode</div>