chromium/third_party/blink/web_tests/fast/invalid/009.html

<html>
<head>
<style>
body {
  color: white;
  background-color:green;
  letter-spacing: .none
}
</style>
</head>
<body>
This text should be white on a green background.