chromium/third_party/blink/web_tests/external/wpt/css/css-cascade/initial-color-background-001-ref.html

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>CSS Cascade "W" Reference File</title>
  <link rel="author" title="Chris Rebert" href="http://chrisrebert.com">
  <style>
body {
  background-color: white;
}
div {
  font-size: 100px;
}
  </style>
</head>
<body>
  <p>Test passes if there is a "W" and <strong>no red</strong>.</p>
  <div>W</div>
</body>
</html>