summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-cascade/initial-color-background-001-ref.html
blob: ffac42763f9f7221b78b6d685e49ce7854537b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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>