Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>CSS Cascade "W" Reference File</title>
  <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>