chromium/third_party/blink/web_tests/fast/backgrounds/root-background-currentcolor.html

<!DOCTYPE html>
<style>
html {
  background: linear-gradient(currentcolor, currentcolor) red;
  color: green;
}
</style>