chromium/third_party/blink/web_tests/external/wpt/infrastructure/assumptions/initial-color-ref.html

<!doctype html>
<title>Initial color is black reference</title>
<style>
html {
  background: white;
}

p {
  color: black;
}
</style>
<p>The text should be black