summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/reference/background-origin-004-ref.html
blob: 0e26ab5bb0b601f7cfe7b19c8d8bbb8a40878d41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Backgrounds and Borders Reference</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<style>
  div {
    background-color: green;
    height: 60px;
    width: 60px;
  }
</style>
<body>
  <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
  <div></div>
</body>